Toy Parser Generator is a lexical and syntactic parser generator for Python. This generator was born from a simple statement: YACC is to complex to use in simple cases (calculators, configuration files, small programming languages, ...). WWW: http://christophe.delord.free.fr/en/tpg/ from Xavier Santolaria <xavier at santolaria dot net>