leo/compiler/passes
Pranav Gaddamadugu 4095173e7c Cleanup
2022-08-17 15:48:54 -07:00
..
src Cleanup 2022-08-17 15:48:54 -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.