ダウンロードリスト

プロジェクト概要

バイソンは、パーサユーティリティのスタイルでパーサー ジェネレーターです。上方 yacc 用に設計された入力ファイルに対応する必要があります。

システム要件

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

2005-01-25 19:53 リリース一覧に戻る
2.0

いくつかの新しいディレクティブが追加された。 GLR現在の場所をサポート文法。 %トークン番号は16進整数ことができます。 POSIXに準拠yaccのコマンドと光年ライブラリのインストールは、ビルド時に無効にすることができます。数字はもはや任意の16ビットの数に制限されます。セミコロン今までに"許可されて|"文法規則として、POSIXの必要があります。バイソンのパーサーのスタックを拡張するには、alloca関数を使用するには、もはやデフォルトのパーサを生成。さらに、そこは、NULバイトと改行処理エラーが発生する互換性のない変更トークンの場所に、セミコロンを処理している。
タグ: Major feature enhancements
Several new directives were added. GLR grammars
now support locations. %token numbers can now be
hexadecimal integers. A POSIX conformant yacc
command and -ly library installation can now be
disabled at build. Numbers are no longer
arbitrarily limited to 16-bit counts. Semicolons
are now allowed before "|" in grammar rules, as
POSIX requires. Bison-generated parsers no longer
default to using the alloca function to extend the
parser stack. Furthermore, there have been
incompatible changes to error token location,
semicolon handling, and NUL byte and newline
handling.

プロジェクトリソース