Diff for /gforth/gray.fs between versions 1.11 and 1.12

version 1.11, 2007/12/31 19:02:24 version 1.12, 2008/06/14 20:56:10
Line 746  constant nt-syntax-expr Line 746  constant nt-syntax-expr
 : generate-nt \ -- )  : generate-nt \ -- )
 \ generates a call to the code for the rule )  \ generates a call to the code for the rule )
 \ since the code needs not be generated yet, an indirect call is used )  \ since the code needs not be generated yet, an indirect call is used )
  exec postpone literal   exec dup @ if
  postpone @    @ compile,
  postpone execute ;   else
     postpone literal
     postpone @
     postpone execute
    endif ;
   
 : pass2-nt \ -- )  : pass2-nt \ -- )
 \ apart from the usual duties, this pass2 also has to code-nt )  \ apart from the usual duties, this pass2 also has to code-nt )

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>