Home Submit URL Add to Favorite Contact
           03 May, 2024
 
    
Submit WebSite / Add URL Form :: Computers » Programming » Compilers » Lexer and Parser Generators    [Search Category]
Submission Type Premium Listing
Speedy review of your website for inclusion.
Within 24 hours inclusion. Direct hyperlink to your site.
Maximum Exposure. One time $49 payment only , no annual renewal required.
URL *
Title *
Description *
Your Name *
Contact E-Mail *
Country
State/City
Address
Spam Protection * What is the third word in the phrase "dylup havihavo jot mewokaqa bira cyta vupa kuxuluny lihicita lewogop"?

This question is for testing whether you are a human visitor and to prevent automated spam submissions
Comments to Editor
Your IP 18.220.16.184

 
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.
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.
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++.