leo/docs/grammar/README.md

9 lines
590 B
Markdown
Raw Normal View History

<EFBFBD><EFBFBD># ABNF Grammar
2022-05-24 19:52:19 +03:00
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.
2022-05-24 19:52:19 +03:00
## Markdown Conversion Instructions
2022-05-24 19:52:19 +03:00
Assuming you are in the grammar directory,
run `cargo run abnf-grammar.txt > README.md`.