Module leo_asg::expression[][src]

Expand description

This module defines an expression node in an asg.

Notable differences after conversion from an ast expression include:

  1. Storing variable references instead of variable identifiers - better history tracking and mutability
  2. Resolving constant values - optimizes execution of program circuit.

Structs

Enums

Traits