Download List

Projeto Descrição

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

Um novo teste de estresse, uma atualização de documentação, e melhorias de desempenho menor.
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 versão adiciona principalmente correções de bugs, mas as pessoas devem atualizar rapidamente, como um deles pode produzir, em alguns casos, analisadores errada.
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

Limpeza de código e atualizações documentações foram feitas. No correções foram feitas.
Code cleanups and documentations updates were made. No bug fixes have been made.

Project Resources