leo/leo
2022-05-30 11:29:00 -07:00
..
commands resolve pr comments 2022-04-29 10:50:33 -07:00
errors add checks for ident types being allowed built in types 2022-05-30 11:29:00 -07:00
package add constant keyword, only used for params 2022-04-10 23:10:55 -07:00
span merge testnet3 2022-05-25 14:02:10 -04:00
tests fix leo clippy 2022-02-16 10:22:15 -08:00
api.rs merge master, fix tests 2021-08-04 17:30:54 -07:00
config.rs cleanup courtesy of clippy 2021-09-23 17:06:48 +02:00
context.rs Merge branch 'master' into leo-manifest-dependencies 2021-08-19 18:04:05 +03:00
lib.rs circleci updated rust version 2021-08-13 10:48:38 -07:00
logger.rs clippy 2022-01-17 16:30:08 -08:00
main.rs fix #1811 2022-05-17 16:07:43 +02:00
README.md restructure compiler and delete unused code 2022-02-22 15:12:52 -08:00
updater.rs clippy fix, tyring to debug cli upadte on osx 2021-08-13 11:35:48 -07:00

Overview

This directory contains the source code for the Leo command line interface.
For a comprehensive list of commands and usage see the developer documentation.

The leo-errors and leo-package modules are also included in this directory for convenience. However, they are also used throughout the compiler/ directory and leo-compiler module.