On 12 Dec 2006, at 20:39, Joel E. Denny wrote:
Maybe there's a confusion in terminology here:
YYABORT stops the single GLR parser (that is, yyparse).
In the case of GLR, would it not be best to call yyparse the parser,
and the splits branches of this single parser. This will avoid the
con
On 12 Dec 2006, at 20:39, Joel E. Denny wrote:
I'm working on a prototype of a COBOL-parser in bison using a GLR-
parser.
I have a question considering YYABORT:
When the parsing-process uses more then one parser, and one of them
encounters this macro, will only this parser stop, or all of
the