[checkpoint] Start the switch to type inference.

This commit is contained in:
2023-06-19 21:16:28 -07:00
parent b931ba5b17
commit 3687785540
10 changed files with 424 additions and 284 deletions

View File

@@ -14,7 +14,7 @@
//! come to for analysis and optimization work.
mod ast;
mod eval;
mod from_syntax;
mod strings;
mod type_infer;
pub use ast::*;