leo/docs/grammar
Alessandro Coglio b16f9ae31e [ABNF] Remove unused rule.
Since character literals were removed, the rule `not-single-quote-or-backslash`
is no longer needed.
2022-05-28 18:31:02 -07:00
..
src restructure compiler and delete unused code 2022-02-22 15:12:52 -08:00
.gitattributes restructure compiler and delete unused code 2022-02-22 15:12:52 -08:00
abnf-grammar.txt [ABNF] Remove unused rule. 2022-05-28 18:31:02 -07:00
Cargo.toml restructure compiler and delete unused code 2022-02-22 15:12:52 -08:00
README.md remove readme 2022-05-25 14:40:06 -04:00

# 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.