leo/compiler/passes
Mazdak Farrokhzad ce7ac0b443 run cargo clippy
2022-07-14 06:07:07 +02:00
..
src run cargo clippy 2022-07-14 06:07:07 +02:00
Cargo.toml move /leo/errors -> /errors 2022-07-12 16:41:42 -07:00
LICENSE.md initial commit 2022-04-27 09:14:59 -07:00
README.md fix readmes and licenses 2022-07-12 16:46:42 -07:00

leo-passes

Crates.io Authors License

Usage

The code here is split into several usages. Each usage represents a different pass or modification when given an AST.

Structure

Each different type of pass is located in its own directory within the src directory.