Add variable resolution; the error behavior is pretty bad here.

This commit is contained in:
2022-02-20 21:08:01 -08:00
parent f45488b9af
commit 9d82c8ca2d
12 changed files with 549 additions and 36 deletions

View File

@@ -1,3 +1,7 @@
pub mod error;
pub mod asts;
pub mod errors;
pub mod passes;
pub mod syntax;
pub mod util;
pub mod variable_map;
pub mod warnings;