pub fn compile(input: &str) -> Result<Vec<AsmInstruction>, CalError>
Expand description

Compiles Cal source code and returns a series of asm instructions