[antlr-interest] Lemon parser. Any comments?

Paul Johnson gt54-antlr at cyconix.com
Mon Dec 19 08:43:22 PST 2005


Ruslan Zasukhin wrote:
> On 12/19/05 5:41 PM, "Paul Johnson" <gt54-antlr at cyconix.com> wrote:

>>'%pure-parser' will give you a re-entrant parser; all the globals are
>>turned into locals. I haven't tried this.
> 
> 
> Do you mean option of YACC ?

Sorry, forgot to say that I was talking about Bison, not YACC. This is a 
Bison declaration. Not sure how many people are still using plain-old-yacc.

>>>* can run several parsers in the same time.
>>
>>I already do this, and I know of others doing the same. You can do this
>>even without the re-entrant option by changing the prefix on the global
>>names (-p option on the command line??)
> 
> 
> Again, I assume you talk about YACC, not ANTLR, right ?

Yes (well, Bison (and, I think, at least MKS YACC)). This is starting to 
get off-topic for an ANTLR list... :)

Paul



More information about the antlr-interest mailing list