reic 0.1.0

A compiler that just works
Documentation
1
2
3
4
5
6
7
8
9
// MODULES

pub mod ast;
pub mod lexer;
pub mod parser;
pub mod symtab;
pub mod expr;
pub mod ir;
pub mod project;