[antlr-interest] Does it make sense to use Antlr for interactive parsing?

Vishwanath Hawargi vhawargi at gmail.com
Thu Nov 20 13:13:11 PST 2008


Hello,
 Another dumb question from me.

I am looking for parsing an expression from the command line. Each of
these expressions are syntactically correct.
Instead of having a input file, i am having one expression at a time
to  be processed.
In this situation is it optimal/ ok to use antlr to validate and
generate the tokens?

Also, how do i process input arg instead of input file?

please let me know.

thank you.
vishwa


More information about the antlr-interest mailing list