Menu
Submit Site
Home
Computer
Programming
All sites of Programming
Imaging components
Imaging components- .NET, ActiveX, VCL multimedia Imaging functions and components. ...
LLgen parser generator
LLgen parser generator- A tool for generating an efficient recursive descent parser from an ELL(1) grammar. The grammar may be ambiguous or more general than ELL(1): there are both static and dynamic facilities to resolv ...
The LEMON Parser Generator
The LEMON Parser Generator- Very simple LALR(1) open-source parser generator. Outputs C, claims to produce faster parsers than yacc/bison. ...
Turbo Pascal Lex/Yacc
Turbo Pascal Lex/Yacc- A compiler generator for Turbo Pascal and compatibles. The package contains two programs, TP Lex and Yacc, which are approximately compatible with the UNIX utilities Lex and Yacc, but are written i ...
A Compact Guide to Lex and Yacc
A Compact Guide to Lex and Yacc- Tutorial in Lex and Yacc, tools that simplify compiler construction. ...
Splint
Splint- Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. ...
Yacc++(R) and the Language Objects Library
Yacc++(R) and the Language Objects Library- Object-oriented rewrite of Lex and Yacc for C++, with automatic AST class generation, grammar inheritance, minimal state ELR(1) and technology. (Commercial package) ...
PCCTS Resources
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 b ...
CppCC (C++ Compiler Compiler)
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. [Open source, GPL] ...
BtYacc patches: BackTracking Yacc
BtYacc patches: BackTracking Yacc- The version of BtYacc on siber.com suffers from a few minor, but annoying bugs. This is a page with patches. ...
The LEX & YACC Page
The LEX & YACC Page- All about Lex, Yacc, Flex, and Bison: Overview, Online Documentation, Papers, Tools, Pointers ...
YooLex (Yet another Object-Oriented Lex)
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 insta ...
YAY - Yet Another YACC
YAY - Yet Another YACC- Closed-source, but free LALR(2) parser generator, accepts yacc input with some extensions. ...
IParse
IParse- An interpreting parser, meaning that it accepts as input a grammar and a source file to be parsed according to that grammar, producing an abstract program tree. Very compact implementation. ...
AnaGram
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 ...
Styx
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 facilita ...
Rie
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. ...
JB2CSharp
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 t ...
GNU cflow
GNU cflow- GNU cflow analyzes a collection of C source files and prints a graph, charting control flow within the program. [Open source, GPL] ...
Cscope
Cscope- Cscope is a developer's tool for browsing C programming code. ...
Coco/R compiler generator
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 scann ...
Pattern matching
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 pat ...
Hapy
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] ...
Lex and Yacc for Delphi 3
Lex and Yacc for Delphi 3- Port of lex and yacc to Delphi 3. Base at port to Turbo Pascal. ...
TextTransformer
TextTransformer- A parsergenerator, a simple c++ interpreter and an interactive debugger combined to a visual development environment, which analyzes, evaluates, converts texts immediately. ...
The RDP parser generator
The RDP parser generator- A parser generator which compiles attributed LL(1) grammars decorated with C semantic actions into recursive descent compilers. ...
Visual BNF
Visual BNF- An LR(1) parser by Intralogic for Backus-Naur form and generating parse tables DLL's in .NET assembly. ...
Grammatica
Grammatica- Grammatica is a free LL(k) parser generator (compiler compiler) for C# and Java. Support for automatic error recovery, and instant parsing is available. ...
Lapg
Lapg- The combined lexical analyzer and parser generator, which converts a description for a context-free LALR grammar into source file to parse the grammar. [Open source, GPL] ...
Bison++ and Flex++
Bison++ and Flex++- A retargeting of bison-1 and flex 2.3 to C++ capable of generating classes. As with Bison and Flex these two tools are independent but designed for mutual compatibility. Examples are provided to help ...
Oops
Oops- An object-oriented parser generator implemented in Java. ...
jay
jay- A version of yacc for Java rather than C. Documentation in German. ...
GNU Source-highlight
GNU Source-highlight- Source-highlight, given a source file, produces a document with syntax highlighting. [Open source, GPL] ...
re2c lexer generator
re2c lexer generator- re2c is a tool for writing fast and flexible lexers. A re2c generated scanner is usually 2-3 times faster than a flex based scanner, and its input model is much more flexible. ...
Happy Parser Generator for Haskell
Happy Parser Generator for Haskell- Takes BNF specification of a grammar and produces a Haskell module containing the parser for that grammar. ...
ClearParse
ClearParse- A small, flexible parsing engine with practically unlimited backtracking capability. [Open Source] ...
SGLR: a Scannerless Generalized LR parser
SGLR: a Scannerless Generalized LR parser- Interprets parse tables generated from an SDF2 syntax definition. Scannerless means that no scanner is used to tokenize the input stream; the parse table contains enough informa ...
Visual Parse++
Visual Parse++- The tool allows visual design of lexers and parsers for use in C, C++, Java, Delphi and Visual Basic applications under Windows 95/98/NT/2000, SunOS, Linux and with XML support from version 4.0. ...
PRECC - A PREttier Compiler-Compiler
PRECC - A PREttier Compiler-Compiler- An infinite-lookahead parser generator for context-dependent grammars which generates ANSI C code. Specification scripts are in very extended BNF with inherited and synthetic attribu ...
lexertl: The Modular Lexical Analyser Generator
lexertl: The Modular Lexical Analyser Generator- Generation of run-time lexical analysers, increasing flexibility through exposed state machine generated from a lex specification. Compiles under Unix using GCC 4.0.1 and ...
LRSTAR
LRSTAR- LALR parser generator and lexer generator producing fast applications in C/C++. ...
GOLD Parser
GOLD Parser- A free parser generator. Unlike common compiler-compilers, it does not require to embed grammar directly into source code. Instead, the Builder analyzes the grammar description and saves the parse tables to ...
Toy Parser Generator
Toy Parser Generator- TPG is a parser generator for Python. Given a simple attributed grammar, it produces a Recursive Descent Parser. ...
Elkhound: A GLR Parser Generator
Elkhound: A GLR Parser Generator- Almost as fast as Bison (for deterministic portions of input) but can parse any context-free grammar. [Open source (BSD)] ...
Sweet Parser
Sweet Parser- A C++ parser library that generates LALR(1) parsers from EBNF grammars. ...
IronMeta
IronMeta- IronMeta is an implementation of Alessandro Warth's OMeta metaprogramming system in C#. It provides a packrat parser generator that generates parsers for Parsing Expression Grammars that operate on arbitrary st ...
AustenX Parser Generator
AustenX Parser Generator- An easy-to-use parser (and lexical) generator for Java, using an extended Parsing Expression Grammar framework and with advanced packrat parsing ability. ...
Naive Language Tools
Naive Language Tools- NLT is a free, open-source C# lexer and parser suite containing GLR parser, enabling parsing of ambiguous grammars. Grammar can be defined directly in code or in separate file (lex/yacc-like) for in ...
Soul
Soul- An object oriented recursive descent parser generator framework implemented using C++ operator overloading techniques. It is inspired by Spirit but uses only a few template classes thus allowing more flexibility an ...
Parsertl: The Modular Parser Generator
Parsertl: The Modular Parser Generator- A parser generator for C++. Currently supporting LALR(1), it may eventually possibly IELR and LALR(k). ...
« First
Previous
Page 11 of 145.
Next
Last »
Latest sites from Programming
Wikipedia - Computer Programming
Reddit: Programming
Gamedev.org
GameDev.net
Dis6502
Ada-Tools
JSW Technology
UniquE RAR File Library
MyLibC
The Endpoint Library
WM_MOTIF
Matrix2D
LZO
Enumerating Objects with .NET
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
C# XML Directory Lister
Creating a control with the .NET SDK using C#
libspopc
libZI
IRCG
Better String Library
Fingerprint Verification System
GNU Scientific Library
jclassinfo
ForbiSoft
Send feedback
submit