leo/compiler/passes/README.md
2022-07-12 16:46:42 -07:00

511 B

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.