Package: wnpp Severity: wishlist Owner: Guilherme de Paula Xavier Segundo <guilherme....@gmail.com> X-Debbugs-Cc: debian-devel@lists.debian.org, guilherme....@gmail.com
* Package name : golang-github-badgerodon-peg Version : 0.0~git20130729.9e5f7f4-1 Upstream Author : Badgerodon * URL : https://github.com/badgerodon/peg * License : BSD-2-clause Programming Lang: Go Description : 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.