BNF for Java News
Status: Alpha
Brought to you by:
dan2see
BNF for Java has reached the "ALPHA" stage.
All of the core modules, and all of the priority features, work correctly.
First, you write a BNF grammar parser, and compile it with BNF for Java. Then, you can add Java extensions for the emitters, and compile with javac.
The result is a working BNF program, a Parser-Generator with input and output.
BNF for Java can compile itself. BNF's own grammar is included, so you can upgrade the grammar, if you need to.