Martijn W. van der Lee Guest
|
Posted: Mon Jul 26, 2004 10:01 am Post subject: Parser OBjects - Open source parser framework |
|
|
Parser OBjectS (or POBS) is a Java framework for creating parsers.
It consist of a number of "atomic" objects which can be easily linked
together to create parsers of all shapes and sizes.
Anybody who can read BNF can program with POBS, it is specifically designed
to be easy to use and at a low cost (no steep learning curve, no
preprocessor steps, high performance, low memory profile, etc). POBS is easy
to extend with any feature and can be fully integrated with normal Java
programs.
Currently still in alpa, the code is stable enough (it's quite small so very
easy to debug) to build projects with. We are also looking for developers to
help, please visit our site at http://pobs.sourceforge.net, download the
latest version from CVS (new file releases coming soon!) and join us!
regards,
Martijn van der lee
|
|