--- gforth/gray.fs 1994/11/17 15:53:12 1.3 +++ gforth/gray.fs 1995/11/07 18:06:43 1.4 @@ -1,3 +1,5 @@ +\ recursive descent parser generator ) + \ Copyright 1990, 1991, 1994 Martin Anton Ertl \ This program is free software; you can redistribute it and/or modify @@ -14,8 +16,6 @@ \ along with this program; if not, write to the Free Software \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -\ recursive descent parser generator ) - \ ANS FORTH prolog : defined? ( "word" -- flag ) bl word find nip ;