lalrmodule

lalrmodule-0.2.tar.gz 7 Oct 1999 21.2k
lalrmodule-0.1.tar.gz 6 Oct 1999 17.9k

Description

This is a Python C module that efficiently generates and runs a parser from an LALR(1) grammar. ie, it is a parser generator for Python much like yacc or bison. It's main benefit is that the parser state table is built quickly, and just-in-time. A Mango-style parser generator language is currently being developed with this module, with support for attributes.

Lalrmodule is a bit buggy on pathological grammars

See also:

Licence

This software has been placed in the public domain.