> Given an attribute grammar (with probably only synthesized attributes),
> instead of parsing a sequence of terminal strings, I want to parse a
> sequence (array) of (Java) Objects.

I just noted an old antlr2 blog post, that I think describes exactly what I
want: http://www.antlr2.org/blog/antlr3/lexical.tml. The feature I'm
interested in is
"the parser grammar (or combined grammar) can specify the extra fields for a
token, which results in a grammar specific token. Tokens may also have a
generate attributes table for dynamically setting attributes, thus, avoiding
creation of a million token subclasses."

Has this been added to antlr v3?

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to