If I refer to the end-of-input token (*eoi*) in a non-terminal definition,
e.g.:
(closing-brace-and-eoi (CLOSING-BRACE *eoi*) : '())
...the handling of this rule at runtime leads to an infinite loop. Adding
some debugging statements shows that the parser is repeatedly attempting to
shift the *eoi* token.
Original issue reported on code.google.com by jool...@gmail.com on 26 Apr 2009 at 6:20
Original issue reported on code.google.com by
jool...@gmail.com
on 26 Apr 2009 at 6:20