套件: peg-go (1.0.0-5build2)
peg-go 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-pointlander-peg:
- [golang-github-pointlander-peg_1.0.0-5build2.dsc]
- [golang-github-pointlander-peg_1.0.0.orig.tar.gz]
- [golang-github-pointlander-peg_1.0.0-5build2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team (郵件存檔)
- Alexandre Viau
外部的資源:
- 主頁 [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.