leo/compiler/passes
Pranav Gaddamadugu a2795baed8 Fmt & clippy
2022-08-17 17:03:30 -07:00
..
src Fmt & clippy 2022-08-17 17:03:30 -07:00
Cargo.toml Address more feedback 2022-07-15 01:50:14 -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.