[ 原始碼: 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.