wasm-demo/demo/ermis-f/python_m/cur/0877

32 lines
1.1 KiB
Plaintext

From: e9025657 at stud3.tuwien.ac.at (Kaweh Kazemi)
Date: Sun, 18 Apr 1999 22:58:11 GMT
Subject: Parsing C++ headers with Python
References: <371A24BF.E3341937@nowhere.com>
Message-ID: <371a61b8.648812@news.teleweb.at>
X-UID: 877
>As part of an effort to make our documentation more automatic (at least to the
>degree that we can generate reports on header changes), I'd like to be able to
>parse out c++ headers from Python. I'm not looking for "complete"
>parsing abilitiies--
there is a tool written in perl for this purpose. see
http://friga.mer.utexas.edu/mark/perl/perceps/
for more information. the reason i am posting this, is because i would
be interested to port this tool to python, mainly because i am
familiar with python and have no clue about perl.
i would take the time to port it, and make the port available to the
python community, if someone could help me in understanding what perl
is doing (mainly regarding structure and regular expressions).
kaweh kazemi (e9025657 at stud3.tuwien.ac.at)