# leo-passes [![Crates.io](https://img.shields.io/crates/v/leo-ast.svg?color=neon)](https://crates.io/crates/leo-passes) [![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](../AUTHORS) [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md) ## 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.