|
|
1e288b3948
|
Fixed table indexing and construction, declarations and some instructions. Builds and passes indexing test.
|
2026-08-28 13:53:34 +01:00 |
|
paladin
|
c01313a7ec
|
Refactored lib.rs into separate modules. Builds, VM panics on erroneous declaration compilation.
|
2026-08-28 12:02:55 +01:00 |
|
paladin
|
c10d56c0f8
|
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.
|
2026-08-28 03:08:00 +01:00 |
|
|
|
44b389a6a1
|
Fixes for uninitialised garbage collected pointers, jumps and identifiers in the compiler. Built but erroring on eq.
|
2026-08-25 21:24:34 +01:00 |
|
paladin
|
5d4fac0a91
|
Added parser, compiler, virtual machine, garbage collector, tables and values. Builds but may have errors.
|
2026-08-19 23:31:20 +01:00 |
|