evalit 0.1.0

a toy interpreter
Documentation
1
2
3
4
5
6
7
mod codegen;
mod compiler;
mod lowering;
mod semantic;

pub use compiler::CompileError;
pub use compiler::Compiler;