[ ソース: golang-github-pointlander-peg ]
パッケージ: peg-go (1.0.0-5 など)
peg-go に関するリンク
Debian の資源:
golang-github-pointlander-peg ソースパッケージをダウンロード:
- [golang-github-pointlander-peg_1.0.0-5.dsc]
- [golang-github-pointlander-peg_1.0.0.orig.tar.gz]
- [golang-github-pointlander-peg_1.0.0-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
implementation of a Packrat parser generator in Go
Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. A Packrat parser is a descent recursive parser capable of backtracking. The generated parser searches for the correct parsing of the input.
This is the main package used to generate code.