cool size asserts because perf lmao

This commit is contained in:
nora 2022-01-17 08:58:28 +01:00
parent ee0ccfcb3b
commit 83803959b6
4 changed files with 35 additions and 23 deletions

View file

@ -7,6 +7,7 @@ mod errors;
mod gc;
mod lex;
mod parse;
mod util;
mod vm;
use crate::ast::Program;