leo/docs/grammar
2022-05-25 10:45:25 -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 merge testnet3 2022-05-24 12:52:19 -04:00
Cargo.toml restructure compiler and delete unused code 2022-02-22 15:12:52 -08:00
README.md slight clean up & handle grammar readme 2022-05-25 10:45:25 -07: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.