We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to generate railroad diagram for the TOML file format's ABNF grammar and it failed silently:
$ kgt -l abnf -e rrtext < toml.abnf
There are 5 ABNF example files that ship with kgt:
$ ls -1 examples/*.abnf examples/abnf.abnf examples/datetime.abnf examples/irc.abnf examples/postal.abnf examples/utf8.abnf
kgt is able to generate railroad diagrams only for 2 of them. The following 3 ABNF files do not product any output:
$ kgt -l abnf -e rrtext < examples/abnf.abnf $ kgt -l abnf -e rrtext < examples/irc.abnf $ kgt -l abnf -e rrtext < examples/postal.abnf
What am I doing wrong? 🤔
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to generate railroad diagram for the TOML file format's ABNF grammar and it failed silently:
There are 5 ABNF example files that ship with kgt:
kgt is able to generate railroad diagrams only for 2 of them. The following 3 ABNF files do not product any output:
What am I doing wrong? 🤔
The text was updated successfully, but these errors were encountered: