Top /
Computers /
Programming /
Compilers /
Lexer_and_Parser_Generators /
 |
Styx
A scanner and lalr(1) parser generator. It has features like automatic derivation of depth grammar, production of the abstract syntax tree including its C interface and preserves full source information to facilitate source-source translation.
http://www.speculate.de/styx/
Speculate.de ~
Site Info
Whois
Trace Route
RBL Check
|
 |
Rie
This compiler frontend generation system based on an ECLR-attributed grammar is open source, written in C and may be regarded as an extension of Yacc/Bison.
http://www.is.titech.ac.jp/~sassa/lab/rie-e.html
Titech.ac.jp ~
Site Info
Whois
Trace Route
RBL Check
|
 |
GOLD Parser
A free parser generator. Unlike common compiler-compilers, the GOLD Parser does not require you to embed your grammar directly into your source code. Instead, the Builder analyzes the grammar description and saves the parse tables to a separate file. Thi
http://www.devincook.com/goldparser/
Devincook.com ~
Site Info
Whois
Trace Route
RBL Check
|
 |
JB2CSharp
A port of the Java-Bison/Flex software developed by the Serl project at the University of Colorado, Boulder. Parsers and lexers will be able to use C# actions. The open source .NET project Mono has requested the port, and here it is. [Open source, BSD L
http://sourceforge.net/projects/jb2csharp/
Sourceforge.net ~
Site Info
Whois
Trace Route
RBL Check
|
 |
Coco/R compiler generator
Coco/R combines the functionality of the well-known UNIX tools lex and yacc, to form an extremely easy to use compiler generator that generates recursive descent parsers, their associated scanners, and (in some versions) a driver program, from attributed
http://www.ssw.uni-linz.ac.at/Research/Projects/Compiler.html
Uni-linz.ac.at ~
Site Info
Whois
Trace Route
RBL Check
|
 |
GNU Flex
A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matching on text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison. [Open source, GPL]
http://www.gnu.org/software/flex/
Gnu.org ~
Site Info
Whois
Trace Route
RBL Check
|
 |
Pattern matching
Pattern matching in syntax analysis as influenced by SNOBOL4. The library distributed under the GNU Library General Public License provides for recursive patterns, various iterators and user-defined patterns along with bindings for Ada, K and R C/ANSI C/
http://www.dmitry-kazakov.de/match/match.htm
Dmitry-kazakov.de ~
Site Info
Whois
Trace Route
RBL Check
|
 |
Hapy
A runtime parser generator library. It generates parsers from BNF-like language grammars. Parsing scripting languages and communication protocol messages are typical use cases. [Public domain]
http://hapy.sourceforge.net/
Sourceforge.net ~
Site Info
Whois
Trace Route
RBL Check
|
|
|
|