RubyGems Navigation menu

peggy 0.1.0

This is a parsing library and language specifier. It uses packrat parsing, as opposed to LL(k) or LR(k) parsing. Packrat parsing uses memoization in a recursive decent parser. By storing the production results from each significant point it speeds up the parse. PEG is a formalized grammar specification optimized for packrat parsing. Peggy also allows user to specfy their grammar in pure Ruby as methods or using a Builder. And the default Peggy grammar is a varitaion on PEG, with support for full regular expressions and for simplifed grammars which automatically ignore a set of productions.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.0 - October 05, 2006* (12.5KB)

所有者:

作者:

  • Troy Heninger

SHA 256チェックサム:

c16d3ff4aecf41781d6af5fc2239774f923258fe9ef3196c1f3530617fba0441

累計ダウンロード数 4,646

このバージョンのみ 4,645

ライセンス:

N/A

必要なRubyのバージョン: > 0.0.0

リンク: