[antlr-interest] Parsing whole-line comments?

Scott Stanchfield scott at javadude.com
Sun Jun 6 11:36:22 PDT 2010


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


More information about the antlr-interest mailing list