Would a "filtering lexer" work better for you? That's used to pick out the content of interest and ignore the rest.
I was able to write a SQL parser that picks out table definitions in one dialect and translates them to another dialect in something under 100 lines. ...R On Mar 30, 2010, at 9:51 AM, Anton Bychkov wrote: > Hi. > > I'm trying to implement partial SQL parsing in my application with the > help of ANTLR. > It is hard to write proper grammar for some SQL expressions, so I want > to leave them as a plain text. 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.
