evalit 0.1.1

a toy interpreter
Documentation
1
2
3
4
mod codegen;
mod regalloc;

pub use codegen::Codegen;