--- gforth/look.fs 2007/12/31 19:02:24 1.29 +++ gforth/look.fs 2011/10/07 21:46:57 1.30 @@ -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