pyC11 initial publication

Volker Birk bumens at dingens.org
Sat May 4 09:00:31 CEST 2013


pyC11 is a grammar to parse programs in the C programming language
following ISO/IEC 9899:2011. It is written using pyPEG, a parsing
framework for Python. The grammar supports Python 2.7 and 3.x. The test
bench requires py.test.

This is the initial upload. The grammar is incomplete. Parsing C
expressions works, but parsing complete C programs does not work yet.

pyC11 is meant to be used for parsing, modifying and generating C
expressions and programs. It is a real world sample how to use pyPEG.
pyC11 is provided under the GNU GPL 2.0.

You can find pyC11 on Bitbucket at <https://bitbucket.org/fdik/pyc11>.

Yours,
VB.
-- 
Volker Birk, Oberer Graben 4, CH-8400 Winterthur, Schweiz,
Erde, Solar-System, Orion Arm, Milchstrasse, Lokale Gruppe,
Virgo-Superhaufen, Coma-Virgo-Filament. mailto:dingens at bumens.org
http://fdik.org  D-IRCNet fdik!vb at dragon.pibit.ch


More information about the Python-announce-list mailing list