[ ソース: golang-golang-x-exp ]
パッケージ: ebnflint (0.0~git20230522.2e198f4-1~bpo12+1)
ebnflint に関するリンク
Debian の資源:
golang-golang-x-exp ソースパッケージをダウンロード:
- [golang-golang-x-exp_0.0~git20230522.2e198f4-1~bpo12+1.dsc]
- [golang-golang-x-exp_0.0~git20230522.2e198f4.orig.tar.xz]
- [golang-golang-x-exp_0.0~git20230522.2e198f4-1~bpo12+1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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".