Download List

Descripción del Proyecto

Parse::Yapp provides a set of modules and a frontend to generate Perl OO LALR(1) parsers. It can input clean yacc or bison grammars. The generated parsers are fast, being based, like yacc, on building Deterministic Finite Automata (DFA) and moving through a set of states using Deterministic Push Down Automata (DPDA) derived from the DFA to match the input stream tokens.

System Requirements

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.

2001-02-13 00:10
1.04

Una prueba de esfuerzo nuevo, una actualización de la documentación, y mejoras de rendimiento.
Tags: Minor feature enhancements
A new stress test, a documentation upgrade, and minor performance enhancements.

2001-01-30 15:13
Parse-Yapp 1.02

Esta versión incluye principalmente correcciones de errores, pero las personas deben actualizar con rapidez, como uno de ellos puede producir, en algunos casos, los analizadores errónea.
This release adds mostly bug fixes, but people should upgrade quickly, as one of them can produce, in a few cases, erroneous parsers.

2001-01-30 15:13
1.03

Limpieza de código y documentación actualizaciones se realizaron. No hay corrección de errores se han hecho.
Code cleanups and documentations updates were made. No bug fixes have been made.

Project Resources