Grammar parsing

Paolo Pantaleo paolopantaleo at gmail.com
Thu Aug 3 10:09:55 EDT 2006


2006/8/3, Ben Finney <bignose+hates-spam at benfinney.id.au>:
> "Paolo Pantaleo" <paolopantaleo at gmail.com> writes:
>
> > How can I write a pareser for a certain gramamr? I found PyPy that
> > does it, is thare any other tool? Maybe something built-in the
> > python interpreter?
>
> The standard library gets you partway there, with 'shlex':
>
>     <URL:http://docs.python.org/lib/module-shlex.html>
>
> The cheeseshop knows of 'pyparsing':
>
>     <URL:http://cheeseshop.python.org/pypi/pyparsing/>
>


Thnx everybody for the help,

I finished using pyparsing actually, that is very handy and nice to use.

PAolo


-- 
if you have a minute to spend please visit my photogrphy site:
http://mypic.co.nr



More information about the Python-list mailing list