The antlr-interest mailing list is a moderated forum for the
discussion of the ANTLR parser and translator generator tool
(design, implementation, and use).
This list is monitored by the primary author of ANTLR, Professor Terence Parr (co-founder of jGuru.com).
Hi IMHO, if 'manipulation' means mutating some nodes (text, type, etc), either one is fine. Our code base is now over 40k+ lines and we had to write just
Hi Peggy, the basic answer is "no" as far as I know. But that's not really a problem as you can easily accept UTF-8 input by writing a Lexer that accepts UTF-8
Hello, My grammer accepts keywords as a identifier. So I use the following identifier rule in parser. id returns [_return_type *idObj] { // initialized code }
On Friday 10 December 2004 07:38, lgcraymer wrote: [snip] ... I've was thinking the same until I remembered my mud'ing days. Whenever there wasn't a programmed