Parser
andrew cooke
andrew at acooke.org
Mon May 3 08:21:43 EDT 2010
On May 2, 3:54 pm, Andreas Löscher <andreas.loesc... at s2005.tu-
chemnitz.de> wrote:
> Hi,
> I am looking for an easy to use parser. I am want to get an overview
> over parsing and want to try to get some information out of a C-Header
> file. Which parser would you recommend?
>
> Best,
> Andreas
I develop Lepl - http://www.acooke.org/lepl/
I think it's easy to use, and other people have said the documentation
is fairly good. It doesn't have a GUI like Antlr, but it is recursive
descent rather and completely implemented in Python, which (I think)
makes it easier to understand and extend.
Cheers,
Andrew
More information about the Python-list
mailing list