Module leo_ast::program[][src]

Expand description

A Leo program consists of import, circuit, and function definitions. Each defined type consists of ast statements and expressions.

Structs

Program

Stores the Leo program abstract syntax tree.