# 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.
Assuming you are in the grammar directory, run cargo run abnf-grammar.txt > README.md.
cargo run abnf-grammar.txt > README.md