  |
https://javacc.dev.java.net/ - https://javacc.dev.java.net/
The Java Compiler Compiler is a parser generator originally by Sun Microsystems. It is presented with documantation, FAQ and downloads. [Open source, BSD] |
  |
http://www.jflex.de/ - http://www.jflex.de/
Lexical analyzer generator (also known as scanner generator) for Java, written in Java. A rewrite of JLex with more features. [Open Source, GPL] |
  |
Constructor of Useful Parsers (CUP) - http://www.cs.princeton.edu/~appel/modern/java/CUP/
Generates LALR parsers from simple specifications. [Open Source] |
  |
http://www.sablecc.org/ - http://www.sablecc.org/
Object-oriented framework, written in Java, that generates compilers (and source-interpreters) for Java. [Open Source, LGPL] |
  |
Modern Compiler Implementation in Java - http://www.cs.princeton.edu/~appel/modern/java/
JLex and CUP, Andrew Appel's Lex and YACC equivalents. LALR parser generators. The tools are free, the book their use is described in can be ordered here. [Freeware] |
  |
http://beaver.sourceforge.net - http://beaver.sourceforge.net
A LALR(1) parser generator. Uses very fast (based on perfect hashing) parsing engine. [Open source, LGPL] |
  |
Coco/R for Java - http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/
Takes as input a compiler description in the form of an LL(1) attributed grammar and generates a scanner and parser. [Freeware] |
  |
MixedCC - Mixed Compiler Compiler - http://spindent.paneris.net
Parser generator capable of parsing and handling inner layer stacks of multi-layer templates. Open source in Java. Parsing mechanism works as Detachable-Layer Stack Machine. SPIndent is implementation of MixedCC for JSP/PHP/ASP. |
  |
http://www.cs.duke.edu/~rodger/tools/jellrap/ - http://www.cs.duke.edu/~rodger/tools/jellrap/
The Java Enhanced LL LR Animated Parser is a graphical tool to parse strings using a variety of algorithms; LLParse and LRParse combined into a single tool that will run on multiple platforms. [Open Source] |
  |
BNF for Java - http://bnf-for-java.sourceforge.net/
BNF compiler-compiler is designed to conform to ISO-14977. It is implemented in Java, for Java programmers. [Open source, GPL] |