ダウンロードリスト

プロジェクト概要

Koupreyは解析表現文法(PEG)に基づくパーサの構築、実行に使えるライブラリです。標準の ECMAScript/JavaScript以外は特別に必要なものはなく、Webブラウザや他の JavaScriptランタイム内で、任意の複雑な言語を解析するのに使えます。複雑な汎用プログラミング言語の解析で使用されてきており、多数の例が付属します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2009-10-12 11:28
1.6

新しいパーサコンビネータは、バランスの区切り文字のチェックが含まれます。あるドキュメントの更新されます。
タグ: Minor feature enhancements
A new parser combinator that checks for balanced delimiters is included. There are documentation updates.

2009-09-30 18:10
1.5

現在多くの文法でのUnicodeの端末を宣言しやすくなります。一般的に、Unicodeサポートを改善しました。ドキュメントのクリーンアップされており、読みやすいように編集。
タグ: major feature addition, Documentation
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.

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

ドキュメントが完全に書き直されました。としては冗長であり、遅い"消費"コンビネータ、削除されました。これが最後のベータ版ですがない場合はバグが存在している、このバージョンは1.0になります。
タグ: Documentation Updates, Final Beta
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.

2009-08-02 21:11
20090801

が正しく動作してから"終了"コンビネータを防止するバグを修正した。様々な例では、いくつかのバグが修正されました。マイナーなドキュメントの更新が行われた。バージョニング今まで最新のリリースに基づいて行われます。
タグ: bugfix, Documentation Updates
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.

プロジェクトリソース