mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-11 04:49:15 +03:00
b16f9ae31e
Since character literals were removed, the rule `not-single-quote-or-backslash` is no longer needed. |
||
---|---|---|
.. | ||
src | ||
.gitattributes | ||
abnf-grammar.txt | ||
Cargo.toml | ||
README.md |
# ABNF Grammar
This directory contains both the ABNF grammar for the Leo language and a rust binary to help convert the ABNF to a markdown file.
Markdown Conversion Instructions
Assuming you are in the grammar directory simply run the following command cargo run abnf-grammar.txt > .\README.md
.