Skip to main content

Crate leo_compiler

Crate leo_compiler 

Source
Expand description

§leo-compiler

Crates.io License

Modules§

run
Utilities for running Leo programs in test environments.

Structs§

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.

Enums§

AstSnapshots