Crate circomspect_program_structure

Source

Re-exports§

pub use control_flow_graph as cfg;
pub use intermediate_representation as ir;
pub use static_single_assignment as ssa;
pub use abstract_syntax_tree::*;
pub use program_library::*;
pub use utils::*;

Modules§

abstract_syntax_tree
control_flow_graph
intermediate_representation
program_library
static_single_assignment
This module implements a generic conversion into single-static assignment form.
utils