ebnflint

verifies EBNF productions are consistent and grammatically correct

Install

All systems
curl cmd.cat/ebnflint.sh
Debian Debian
apt-get install ebnflint
Ubuntu
apt-get install ebnflint
image/svg+xml Kali Linux
apt-get install ebnflint
Windows (WSL2)
sudo apt-get update sudo apt-get install ebnflint
Raspbian
apt-get install ebnflint

ebnflint

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".