ダウンロードリスト

プロジェクト概要

DParserは富田法に基づく、スキャナを含まない GLRパーサジェネレータです。これは自主インストール型(self-hosted)で、かつ、非常に使いやすいものです。文法は EBNFの自然なスタイルと正規表現で書かれ、推論(speculative)と最終(final)の両方のアクションがサポートされています。

システム要件

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

2010-12-21 06:43
1.26

このリリースでは、gcc、定数問題の新しいバージョンではUnicodeのバグを、コンパイル警告が修正されて、コード内の文字列の置換を防止する、- Rオプションでファイルのサイズ約、バグあるMinGWの問題であり、バグでエラー回復がクラッシュする可能性があります。空白のパーサーは、親の属性を継承します。よりvalgrindの結果を無効に空きリストする機能が追加されています。
This release fixes a Unicode bug, compilation warnings with newer versions of gcc, const issues, a MINGW issue where it lies about the size of a file, a bug in the -R option that prevented substitutions in strings in code, and a bug in error recovery that could result in a crash. Whitespace parsers now inherit attributes of the parent. The ability to disable freelists for better valgrind results has been added.

2009-10-09 02:51
1.22

このリリースではPythonのためのあいまいなコールバックを追加します。この修正プログラムのエラー回復にクラッシュするバグは、列番号、バグや行方不明の列と行番号を空白subparserを使用して。
タグ: 1.22
This release adds ambiguity callbacks for Python. It fixes an error recovery crash bug, a column number bug, and missing column and line numbers when using a whitespace subparser.

2006-10-18 19:10
1.15

このリリースでは、Pythonのインターフェイスで安全execして、呼び出しを削除し、バイナリ結合演算子が残ってバグを修正。
タグ: Minor bugfixes
This release removes a call to insecure exec in the Python interface, and fixes a bug with binary left associative operators.

2006-02-23 23:24
1.14

、ユーザの生成文法から構文解析ツリーを印刷するためのコード定義をサポートし、欲張りに(オプション)ベースの曖昧さ回避。は、結合性と優先順位の使用を妨げ、Pythonのサポート修正プログラムのバグで、Pythonのインターフェイスへの64のサポートビットのシステムに追加されます。
タグ: Minor bugfixes
Supports generation of user-defined code from a grammar to print the parse tree, and disambiguation based on greediness (optional). Fixes a bug in the Python support that prevented the use of associativity and priority, and adds support for 64-bit systems to the Python interface.

2004-10-09 07:25
1.13

GCのオプションを使用してコンパイルの問題、メモリリークが発生mkdparserライブラリ内の空白の生産とPythonのインターフェイスを持つパーサーを再利用するとともに、修正されました。
タグ: Minor bugfixes
A compilation issue with the use of the GC option was fixed along with memory leaks when reusing a parser with a whitespace production in the mkdparser library and the Python interface.

プロジェクトリソース