leo/leo
2022-06-15 10:19:33 -07:00
..
commands remove some comments to clean up 2022-06-14 11:43:00 -07:00
errors fixed some bugs 2022-06-08 06:46:54 -07:00
package remove unused crates and code 2022-06-14 16:05:27 -07:00
span fixed compiler benchmarks 2022-06-08 00:20:09 -07: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 fixed some bugs 2022-06-08 06:46:54 -07:00
main.rs replaced structopt with clap 2022-06-06 11:00:08 -07: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.