I'm having some difficulty understanding the parse table.  What means "ANY"?  The first rule, if ANY means "arbitrary token" then I expect the error as t_z=. (24) (/)

<lang LaTeX>

\newcommand{\be}{1}{\bold{\textit{#1}}}

EDGE    \be{VERB}    \be{NOUN}    ANY           0 Monad

</lang>

<lang j>

   trace '! 4 /'
 --------------- 3 Adverb -----
 4
 /
|domain error: executet
|   t_z=.(4)    (/)

</lang>

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to