lex / yacc for Python

Phil Hunt philh at vision25.demon.co.uk
Wed Sep 1 16:17:18 EDT 1999


In article <7qfvct$o8$1 at news.is.co.za>
           jacques at integra.co.za "Jacques Oosthuizen" writes:
> Any one know if there is such a beast

My Parrot program uses John Aycock's GenericParser, described in:
 
http://www.foretec.com/python/workshops/1990-11/
proceedings/papers/aycock-little/aycock-little.html

It works for me.

I chose this over the other Python parsers because I thought it
had clear documentation; I don't know how good the others are in use.


-- 
Phil Hunt....philh at vision25.demon.co.uk





More information about the Python-list mailing list