[ ソース: ruby-parslet ]
パッケージ: ruby-parslet (2.0.0-1)
ruby-parslet に関するリンク
Debian の資源:
ruby-parslet ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [kschiess.github.io]
類似のパッケージ:
Parser construction library with great error reporting in Ruby
Parslet makes developing complex parsers easy. It does so by
* providing the best error reporting possible * not generating reams of code for you to debug
Parslet takes the long way around to make your job easier. It allows for incremental language construction. Often, you start out small, implementing the atoms of your language first; _parslet_ takes pride in making this possible.
その他の ruby-parslet 関連パッケージ
|
|
|
|
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
-
- dep: ruby-blankslate
- Ruby library providing a class with no predefined methods