Module leo_ast::program

source ·
Expand description

A Leo program consists of import statements and program scopes.

Re-exports

pub use program_id::*;
pub use program_scope::*;

Modules

A Leo program scope consists of struct, function, and mapping definitions.

Structs

Stores the Leo program abstract syntax tree.