leo-grammar 1.0.7

AST generated by pest from the Leo grammar rules
Documentation
1
2
3
4
5
6
7
8
9
# leo-grammar

## Command-line instructions

To generate an AST of the Leo program and save it as a JSON file , run:
```
leo_grammar {PATH/TO/INPUT_FILENAME}.leo {PATH/TO/OUTPUT_DIRECTORY (optional)}
```
If no output directory is provided, then the program will store the JSON file in the local working directory.