[ 源代码: golang-golang-x-exp ]
软件包:ebnflint(0.0~git20181112.a3060d4-2 以及其他的)
ebnflint 的相关链接
Debian 的资源:
下载源码包 golang-golang-x-exp:
- [golang-golang-x-exp_0.0~git20181112.a3060d4-2.dsc]
- [golang-golang-x-exp_0.0~git20181112.a3060d4.orig.tar.xz]
- [golang-golang-x-exp_0.0~git20181112.a3060d4-2.debian.tar.xz]
维护小组:
- pkg-go (QA 页面, 邮件存档)
- Tianon Gravi (QA 页面)
- Tim Potter (QA 页面)
外部的资源:
- 主页 [golang.org]
相似软件包:
verifies EBNF productions are consistent and grammatically correct
Ebnflint verifies that EBNF productions are consistent and grammatically correct. It reads them from an HTML document such as the Go specification.
Grammar productions are grouped in boxes demarcated by the HTML elements
<pre class="ebnf"> </pre>
Usage:
ebnflint [--start production] [file]
The --start flag specifies the name of the start production for the grammar; it defaults to "Start".