Download List

專案描述

Kouprey is a library that can be used to build and run parsers based on the Parsing Expression Grammar (PEG) formalism. It does not have any special requirements beyond standard ECMAScript/JavaScript, and can be used to parse arbitrarily complex languages inside a Web browser or other JavaScript runtime. It has been used to parse complex general purpose programming languages, and comes with numerous examples.

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.

2009-10-12 11:28
1.6

A new parser combinator that checks for balanced delimiters is included. There are documentation updates.
標籤: Minor feature enhancements

2009-09-30 18:10
1.5

It is now much easier to declare Unicode terminals in grammars. Unicode support in general was improved. Documentation has been cleaned up and edited for readability.
標籤: major feature addition, Documentation

2009-08-20 14:23
1.0

This is the first stable, release version. Minor documentation updates were made.

2009-08-15 07:37
20090814

The documentation was completely rewritten. The "Consume" combinator was removed, as it was redundant and slow. This is the final beta; if there are no bugs present, this version will become 1.0.
標籤: Documentation Updates, Final Beta

2009-08-02 21:11
20090801

A bug that prevented the "End" combinator from working properly was fixed. Several bugs in the various examples were fixed. Minor documentation updates were made. Versioning is now done according to release date.
標籤: bugfix, Documentation Updates

Project Resources