On Apr 30, 2010, at 4:58 PM, Graham Wideman wrote: > OOooooo! That looks quite.... exciting! > > Now I'm wondering if there could be a little more propagation of token names > from the grammar to labels in the bytecode source? Ie: could A, B and I > appear in there, as labels on the lines, and annotations or something on the > destinations in split?
I can easily generate the whole grammar as comments interspersed :) Can even gen debug events so tools can show lexer grammar as NFA walks through lexer rules. like a DFA, the NFA simulator matches all viable rules simultaneously. very efficient. Ter 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.
