Home > Computers > Programming > Languages > Java > Development Tools > Translators > Lexer and Parser Generators
http://beaver.sourceforge.net/
A LALR(1) parser generator. Uses very fast (based on perfect hashing) parsing engine. [Open source, LGPL]
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]
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]
http://www.cs.princeton.edu/~appel/modern/java/CUP/
Generates LALR parsers from simple specifications. [Open Source]
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]
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]
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://sablecc.org/
Object-oriented framework, written in Java, that generates compilers (and source-interpreters) for Java. [Open Source, LGPL]
Home > Computers > Programming > Languages > Java > Development Tools > Translators > Lexer and Parser Generators
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us