 |
Links & Resources |
 |
Other Parsing Systems & Compiler Books |
|
|
 |
This page contains a number of
interesting or helpful computer science books. There are a large number of books available
on the open market. If there is a book that you found useful, and it is not here, please tell
me about it.There are a large number of free and commerical parsing systems out
there. If GOLD is not best for your project, you might want to take a look at the
following:
Other Parsing Systems |
Name |
Paradigm |
Languages Supported |
License |
Notes |
ANTLR |
Compiler-Compiler |
C++, Java, C# |
Free |
Designed by Professor Terrance Parr |
ClearParse |
Component |
C++ |
Commercial |
Starts at about $150 |
Grammatica |
Compiler-Compiler |
Java, C# |
Free |
 |
LRGen |
Component |
C++ |
Free |
Designed by Paul B. Mann |
ProGrammar |
Component |
ActiveX |
Commercial |
Starts at about $295 |
Spirit |
Compiler-Compiler |
C++ |
Free |
Based on C++ templates |
YACC / Bison |
Compiler-Compiler |
C++ |
Free |
The oldest and best known parser-generators in use |
|