Sponsored Links
Flowcharts from C/C++
CallFlow, DataFlow, Code Metrics Trees, Static Check, Documentation
www.sgvsarc.com
ARM Single Board Computer
$29.95 module, 21 IOs, 7 A/Ds and easy to program in BASIC or C
www.coridiumcorp.com
Get free C++ Toolkit
Download free C++ toolkit and build better networked/threaded apps.
www.riverace.com
Directory Sites
A modified version of yacc that supports automatic backtracking and semantic disambiguation to parse ambiguous grammars. It also has syntactic sugar for inherited attributes.
www.siber.com
Approaches lexical analysis by basing the scanner strictly on the object-oriented paradigm. It can be extended without access to the source code in that symbol recognizers can be derived by inheritance and an executing scanner can be reconfigured for different contexts.
www.inf.uos.de
A general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. [Open source, GPL]
www.gnu.org
A simple to use translator generator.
www.math.tu-dresden.de
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 resolve the ambiguities.
www.cs.vu.nl
A set of tools for the design and implementation of the front-end part of translators. The SYNTAX tools allow the generation of analyzers and the compilation of source texts with those analyzers. This has all the capabilities of lex and yacc plus some additional features including better error processing, i.e. an automatic (and tunable) error repair and recovery mechanism.
www-rocq.inria.fr
object-oriented grammar definition language and integrated suite of visual tools that assist in building, testing and debugging parsers.
www.programmar.com
A parser generator for Haskell.
haskell.cs.yale.edu
Very simple LALR(1) open-source parser generator. Outputs C, claims to produce faster parsers than yacc/bison.
www.hwaci.com
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 in and produce code for the Turbo Pascal programming language. The present version works with all recent flavours of Turbo/Borland Pascal, including Delphi and Free Pascal Compiler, a GPL'ed Turbo Pascal-compatible compiler which currently runs on DOS and Linux.
www.musikwissenschaft.uni-mainz.de
A Compact Guide to Lex and Yacc
Tutorial in Lex and Yacc, tools that simplify compiler construction.
epaperpress.com
iburg, A Tree Parser Generator
Generates fast tree parsers for cost-augmented tree grammars. A variant of iburg is used in the code generators for lcc.
www.cs.princeton.edu
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)
world.std.com
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.
www.polhode.com
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]
cppcc.sourceforge.net