--- gforth/look.fs 2007/12/31 18:40:24 1.28 +++ gforth/look.fs 2011/12/31 15:29:25 1.31 @@ -1,6 +1,6 @@ \ LOOK.FS xt -> lfa 22may93jaw -\ Copyright (C) 1995,1996,1997,2000,2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,2000,2003,2007,2011 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -121,3 +121,12 @@ has? rom ' >name ALIAS >head \ gforth to-head \G another name of @code{>name} + +\ print recognizer stack + +[IFDEF] forth-recognizer + : .recs ( -- ) + forth-recognizer get-recognizers 0 ?DO + >name .name + LOOP ; +[THEN] \ No newline at end of file