leo/docs/grammar/README.md

7 lines
618 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 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 simply run the following command `cargo run abnf-grammar.txt > .\README.md`.