[ 源代码: golang-github-badgerodon-peg ]
软件包:golang-github-badgerodon-peg-dev(0.0~git20130729.9e5f7f4-2)
golang-github-badgerodon-peg-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-badgerodon-peg:
- [golang-github-badgerodon-peg_0.0~git20130729.9e5f7f4-2.dsc]
- [golang-github-badgerodon-peg_0.0~git20130729.9e5f7f4.orig.tar.xz]
- [golang-github-badgerodon-peg_0.0~git20130729.9e5f7f4-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Parsing Expression Grammar Parser in Go (library)
This package is a GO library used to parse expression grammar that does analyze formal grammar. Syntactically, PEGs also look similar to context-free grammars (CFGs), but they have a different interpretation: the choice operator selects the first match in PEG, while it is ambiguous in CFG.