pyC11 initial publication

Amirouche Boubekki amirouche.boubekki at gmail.com
Mon May 6 06:16:37 EDT 2013


Héllo,

Does it support macros ? Is it possible to retrieve the list of macros and
define macro values ?

Thanks,

Amirouche


2013/5/4 Volker Birk <bumens at dingens.org>

> 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
> --
> http://mail.python.org/mailman/listinfo/python-announce-list
>
>         Support the Python Software Foundation:
>         http://www.python.org/psf/donations/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130506/fc672ecf/attachment.html>


More information about the Python-list mailing list