Agreed. Although my DSL is simple enough that if I'm going to do that, I may as well just hand-write my parser. Thanks for the suggestion.
- C On Sun, Jun 6, 2010 at 2:36 PM, Scott Stanchfield <[email protected]> wrote: > A simpler approach might be to read lines (BufferedReader), check the > first character, and if something that requires a more interesting > parse, _then_ pass the rest of the line to a parser. > -- Scott > > ---------------------------------------- > Scott Stanchfield > http://javadude.com > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: > http://www.antlr.org/mailman/options/antlr-interest/your-email-address > 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.
