Package: wnpp Severity: wishlist * Package name: Yappy * Version: 1.0 * Upstream Author : Rogério Reis <[EMAIL PROTECTED]> & Nelma Moreira <[EMAIL PROTECTED]> * URL : http://www.ncc.up.pt/fado/Yappy * Licence : GPL * Description : Yet Another Parser Generator fo Python
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.