leo/compiler/passes
2022-07-15 15:35:19 -07:00
..
src fix leo new 2022-07-15 15:35:19 -07: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.