leo/docs/grammar/README.md
2022-05-25 10:45:25 -07:00

618 B

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