"Paolo Pantaleo" <[EMAIL PROTECTED]> 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/>

-- 
 \       "It may be that our role on this planet is not to worship God |
  `\                       -- but to create him."  -- Arthur C. Clarke |
_o__)                                                                  |
Ben Finney

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to