leo/ast
2020-08-21 02:56:38 -07:00
..
benches Add license header 2020-08-18 03:50:26 -07:00
src Merge pull request #249 from AleoHQ/feature/console 2020-08-19 00:10:44 -07:00
tests Add license header 2020-08-18 03:50:26 -07:00
Cargo.toml add bench path 2020-08-21 02:56:38 -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.