Skip to main contentCrate leo_compiler
Source Expand description
§leo-compiler

- run
- Utilities for running Leo programs in test environments.
- Ast
- The abstract syntax tree (AST) for a Leo program.
- Bytecode
- Bytecode for a single program.
- Compiled
- The result of compiling a Leo program.
- CompiledProgram
- A single compiled program with its bytecode and ABI.
- CompiledPrograms
- The result of code generation for a Leo program.
- Compiler
- The primary entry point of the Leo compiler.
- CompilerOptions
- Program
- Stores the Leo program abstract syntax tree.
- AstSnapshots