BNF for Java 2007-01-24

BNF for Java project is a parser/generator, or compiler-compiler. The parser reads your input text, or "terminals", specified by your BNF syntax.The parser features indefinate look-ahead and back-track. As the grammar parses your file, it builds a...