# Functions
NewParser creates a new parser from a io.Reader.
NewScanner creates a new Scanner with the given io.Reader.
# Structs
Circuit is the data structure of the compiled circuit.
Constraint is the data structure of a flat code operation.
No description provided by the author
Parser data structure holds the Scanner and the Parsing functions.
Scanner holds the bufio.Reader.