[antlr-interest] parsing only inside of C Comments?

Richard Clark rdclark at gmail.com
Tue Jul 31 11:37:23 PDT 2007


I'd probaby use a hand-written front-end to identify everything inside
a comment and pass the resulting strings to ANTLR. I'd then do the
rest of the lexing and parsing using ANTLR (i.e. the front end doesn't
need to tokenize the input).

 ...Richard


More information about the antlr-interest mailing list