Home Submit URL Add to Favorite Contact
           29 March, 2024
 
    
Category Suggestion Form :: Computers » Programming » Compilers » Lexer and Parser Generators
Root Category ID 6424
Suggested Sub Category *
If approved, category will be created under
Computers » Programming » Compilers » Lexer and Parser Generators » NEW-CAT
Comments to Editor
Spam Protection * What is the sixth word in the phrase "dyreg jequ jel bygyc wyxany mon ketola bytides fyde zekat"?

This question is for testing whether you are a human visitor and to prevent automated spam submissions

    
Category List - Main » Computers » Programming » Compilers
Attribute Grammar Systems
Code Generator Kits
Companies
Compiler Construction Kits
Cross Compilers
GNU Compiler Collection
Lexer and Parser Generators
Object-Oriented
Theory
Transformation Tools


New Sites - Main » Computers » Programming » Compilers » Lexer and Parser Generators
TextTransformer (27th April, 2005) : A parsergenerator, a simple c++ interpreter and an interactive debugger combined to a visual development environment, which analyzes, evaluates, converts texts immediately.
Spirit C++ Parser Framework (27th April, 2005) : 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++.
YooLex (Yet another Object-Oriented Lex) (27th April, 2005) : 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.
The LEX & YACC Page (27th April, 2005) : All about Lex, Yacc, Flex, and Bison: Overview, Online Documentation, Papers, Tools, Pointers
CppCC (C++ Compiler Compiler) (27th April, 2005) : 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]


Top Sites - Main » Computers » Programming » Compilers » Lexer and Parser Generators
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]
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.
TextTransformer () : A parsergenerator, a simple c++ interpreter and an interactive debugger combined to a visual development environment, which analyzes, evaluates, converts texts immediately.
The LEX & YACC Page () : All about Lex, Yacc, Flex, and Bison: Overview, Online Documentation, Papers, Tools, Pointers
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++.