leo/ast
2020-10-28 18:04:47 -07:00
..
benches Merge branch 'master' into alloc_hunting 2020-10-21 00:51:22 -07:00
src Merge pull request #404 from AleoHQ/fix/examples 2020-10-28 18:04:47 -07:00
tests Merge pull request #373 from AleoHQ/feature/license-header 2020-10-28 16:52:27 -07:00
Cargo.toml chore(leo): bump version for new release 2020-09-03 03:08:33 -07:00
README.md Update documentation 2020-07-28 22:36:10 -07:00

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.