PCCTS Resources The primary source of maintenance releases for the PCCTS compiler construction tool set. PCCTS is an LL(k) recursive descent parser generator with semantic predicates and backtracking. It was developed by T.J. Parr. http://www.polhode.com/pccts.html Polhode.com~Site InfoWhoisTrace RouteRBL Check
CppCC (C++ Compiler Compiler) a scanner+LL(k = 1..Inf) parser generator for C++. Allows easy top-down description of grammars in an intuitive and extensible manner. Good generated code speed (as comared to GNU Flex/Bison). [Open source, GPL] http://cppcc.sourceforge.net/ Sourceforge.net~Site InfoWhoisTrace RouteRBL Check
YooLex (Yet another Object-Oriented Lex) A Flex like scanner code generator, but it generates C++ scanner classes that are re-entrant and compatible with the newer standard of C++/STL. Multiple scanner classes and instances can co-exist in a program without tweaking of macros. http://yoolex.sourceforge.net/ Sourceforge.net~Site InfoWhoisTrace RouteRBL Check
Spirit C++ Parser Framework An object oriented recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow to approximate the syntax of Extended Backus Normal Form (EBNF) completely in C++. http://spirit.sourceforge.net/ Sourceforge.net~Site InfoWhoisTrace RouteRBL Check
AnaGram Provides a powerful grammar notation, special features for maintenance of highly configurable parsers, visual parsing and unique interactive debugging tools, supporting thread-safe parsers. The program produces C/C++ parsers for use on any platform and r http://www.parsifalsoft.com/ Parsifalsoft.com~Site InfoWhoisTrace RouteRBL Check