leo/docs/grammar/README.md
2022-05-28 18:47:27 -07:00

9 lines
590 B
Markdown

# ABNF Grammar
This directory contains both the ABNF grammar for the Leo language and a Rust binary to help convert the ABNF grammar file to a markdown file.
## Markdown Conversion Instructions
Assuming you are in the grammar directory,
run `cargo run abnf-grammar.txt > README.md`.