Télécharger la liste

Description du projet

Yappy provides a lexical analyser and a LR parser generator
for Python applications. Currently it builds SLR, LR(1), and
LALR(1) parsing tables. Tables are kept in Python shelves for
use in parsing. Some ambiguous grammars can be handled
if priority and associativity information is provided.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-11-03 10:25
1.7

Dans les spécifications de la grammaire, la séparation est faite entre les règles sémantiques (à l'intérieur (())) et les informations priorité. Règles sémantiques un bison la sémantique avec des arguments ont été mis en œuvre: E -> E + T (( "Sum (0 $, 2 $ )"}}. La manipulation de certaines exceptions dans LRparser a été corrigée.
Tags: Major feature enhancements
In grammar specifications, separation is made
between semantic rules (inside {{ }}) and
precedence information. Semantic rules a la Bison
with semantic arguments were implemented: E -> E +
T {{ "Sum($0,$2)"}}. Handling of some exceptions
in LRparser was corrected.

2004-06-20 05:33
1.4

Tags: Initial freshmeat announcement

Project Resources