| Projects on Google Code | Results 1 - 9 of 9 |
Suite à notre cours sur les compilateurs, nous devons réaliser un compilateur afin de mettre en pratique les connaissances acquises.
Ce projet permet de réunir la documentation ainsi que les sources de ce projet.
A JSON parser designed for strict compliance with [http://www.ietf.org/rfc/rfc4627.txt RFC 4627], built using the PLY (Python Lex-Yacc) library.
Example usage:
{{{
>>> import jsonply
>>> jsonply.parse('{"foo": "bar", "arr": [1, {"a": -2.50e4}, true]}')
{u'arr': [1, {u'a': -25000.0}, T...
Python implmentation of tulip file format parser with an example using graphine graph manipulation library
dependencies :
- ply
- graphine
This project consists of an XML parser, xml-ply, written in Python using python Lex-Yacc library, a simple document object model (DOM), and a tree-like view to the document.
= RocketFast3D =
RocketFast3D is a simple and efficient cross-platform 3D model viewer. It uses [http://www.opengl.org/ OpenGL] for efficient 3D rendering and [http://www.qtsoftware.com/ Qt] for the graphical user interface (GUI).
== Features ==
* Efficient visualization of 3D models usin...
C parser and AST generator written in Python.
Download the latest distribution version from [http://code.google.com/p/pycparser/downloads/list here]. See the README file in the distribution for more information.
The SVN trunk version is not stable and isn't recommended for "real" use.
C-minus是C语言的一个子集,这里使用LL(1)文法,结合ply工具为其构造一个编译器。
Parses a text file containing the description of a tree in Newick format, and draws it.
http://treepainter.googlecode.com/svn/trunk/docs/Screenshot-Tree.png
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...