Download List

项目描述

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 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

一种新的压力测试,一个文档升级,小的性能增强。
标签: Minor feature enhancements
A new stress test, a documentation upgrade, and minor performance enhancements.

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

此版本增加了大部分错误修复,但人们应该迅速升级,作为其中一人能产生一,错误的解析器少数情况下,。
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

代码清理及文件更新了。没有错误已修复。
Code cleanups and documentations updates were made. No bug fixes have been made.

Project Resources