|
JParsec v0.2.1 released
[
benyu
]
Jparsec is a higher order parser combinator framework written in Java. It is not a parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java language, which also means you can utilize all the utilities in the Java community to get your parser fancy. JParsec is best in senarios where a dynamic grammar or a context sensitive grammar is needed.
* operator precendence grammar. JParsec can be downloaded at: |