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:
parent
44b389a6a1
commit
c10d56c0f8
5 changed files with 730 additions and 374 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[features]
|
||||
bighash = []
|
||||
vector3 = ["dep:glam"]
|
||||
messages = []
|
||||
assertions = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue