Module leo_compiler::compiler

source ·
Expand description

The compiler for Leo programs.

The Compiler type compiles Leo programs into R1CS circuits.

Structs§

  • The abstract syntax tree (AST) for a Leo program.
  • The primary entry point of the Leo compiler.