Refactored Table into Map for shared use in Compiler and VM. Refactored and modified direct equality for Values. Cleaned a core dump file. Builds and runs.

This commit is contained in:
paladin 2026-08-28 03:08:00 +01:00
parent 44b389a6a1
commit c10d56c0f8
5 changed files with 730 additions and 374 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[features]
bighash = []
vector3 = ["dep:glam"]
messages = []
assertions = []