2022-07-13 02:46:42 +03:00
|
|
|
# leo-passes
|
2021-09-15 07:38:07 +03:00
|
|
|
|
2022-07-13 02:46:42 +03:00
|
|
|
[![Crates.io](https://img.shields.io/crates/v/leo-ast.svg?color=neon)](https://crates.io/crates/leo-passes)
|
2021-09-15 07:38:07 +03:00
|
|
|
[![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.
|