leo/docs/grammar
2023-10-19 21:02:05 -07:00
..
src Fmts and clippies 2023-03-26 23:18:03 -07:00
.gitattributes [ABNF] Simplify .gitattribute file. 2022-05-28 18:35:03 -07:00
abnf-grammar.txt [ABNF] Remove initial blank line (!). 2022-09-28 10:27:46 -07:00
Cargo.toml chore(leo): bump version for new release 2023-10-19 21:02:05 -07:00
README.md [ABNF] Minor README fixes and improvements. 2022-05-28 18:47:27 -07:00

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

Markdown Conversion Instructions

Assuming you are in the grammar directory, run cargo run abnf-grammar.txt > README.md.