| Projects on Google Code | Results 1 - 10 of 24 |
oldbison is a collection of early bison parser generator versions which are not in the
archives of GNU and sometimes can be found on servers on the internet.
These bison versions are functional because they were used in production versions of
the first gcc compiler versions, but need work to ge...
This config parser parses textual config files.
The source code should be usable on every platform that supports
the programming language C.
Especially embedded systems should be supported.
!SdfMetz computes metrics for Antlr, Bison, SDF and DMS grammars.
Among the supported metrics are counters of terminals, non-terminals, productions, and disambiguation constructs, !McCabe's cyclometric complexity, and structure metrics such as tree impurity and normalized count of grammar levels.
...
para probar flex y bison en c++.
Sistema que genera diagramas de redes a partir de una especificación textual.
A Flex/Bison powered interpreter for the MiniBasic language, implemented as a COM component. Includes the USR command so programs can call functions in external Windows modules. Includes a C# based console for code editing and general tomfoolery.
==Minibasic: The Whole Rotten Saga==
<pre>
This ...
The computer program yacc is a parser generator developed by Stephen C. Johnson at AT&T for the Unix operating system.
The name is an acronym for "Yet Another Compiler Compiler." It generates a parser (the part of a compiler that tries to make syntactic sense of the source code) based on an analyt...
This code enhances GNU Bison parser generator with a new interactive mode. One can interactively single step through a parse while viewing the parser stack and parser states at each step. The interface is similar to gdb.
See http://cs.uic.edu/~spopuri/ibison.html for more details.
A lexer/parser generator inspired by PLY.
Atlepage supports SLR grammars and operator precedence and associativity.
The current release is [http://atlepage.googlecode.com/files/Atlepage%20v0.3.zip v0.3]
Atlepagev03ReleaseNotes
Previous Releases
* [http://atlepage.googlecode.com/file...
sinavm is an interpreter for a postfix list interpreter designed to test concurrent garbage collection. It is part of a school project ending in November 2007.
See [Goal] for a description of this projects goals.
See [ProjectDiary] for more information on the progress of this project.