Add type system and refator for having only epression
This commit is contained in:
Giulio Agostini
2026-07-06 10:43:17 +02:00
parent 9f15a00b98
commit 842216729b
23 changed files with 940 additions and 979 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod ast;
pub mod base_value;
pub mod lox_result;
pub mod types;