python-yappy

Yet Another Parser Generator for Python
 
  1
  1 review



Yappy provides a lexical analyser and a LR parser generator for Python applications. It currently builds SLR, LR(1) and LALR(1) tables. Tables are kept in Python shelves for use in parsing. Some ambiguous grammars can be handled if priority and associativity information is provided.
Latest reviews
4
blueXrider 12 years ago

nice