mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 16:08:55 +03:00
10 lines
306 B
Markdown
10 lines
306 B
Markdown
# leo-ast
|
|
|
|
## Command-line instructions
|
|
|
|
To generate an AST of the Leo program and save it as a JSON file , run:
|
|
```
|
|
leo_ast {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.
|