On May 2, 3:54 pm, Andreas Löscher <andreas.loesc...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to