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