Commit graph

  • 60c097518a Fixed loop instructions, local registers in other instructions, upvalues and tables. Builds and passes test. main paladin 2026-08-29 13:33:48 +01:00
  • 110e035efd Update README.md paladin 2026-08-28 14:02:26 +01:00
  • 226e731630 Update README.md paladin 2026-08-28 13:01:31 +00:00
  • 1e288b3948 Fixed table indexing and construction, declarations and some instructions. Builds and passes indexing test. Christian Lincoln 2026-08-28 13:53:28 +01:00
  • 93599ff5d7 Update README.md paladin 2026-08-28 12:38:46 +00:00
  • c01313a7ec Refactored lib.rs into separate modules. Builds, VM panics on erroneous declaration compilation. paladin 2026-08-28 12:02:55 +01:00
  • ab43ff9f9e Adjusted inappropriate use of the dummy scope in the compiler. Reimplemented try_string. Amended shifted instruction operands in VM. Builds and runs basic loop. paladin 2026-08-28 10:47:48 +01:00
  • 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. paladin 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. Christian Lincoln 2026-08-25 21:24:34 +01:00
  • d2f47604bf Fixing bug with if statement 'end'. paladin 2026-08-20 11:20:06 +01:00
  • 84c6e71646 Update README.md paladin 2026-08-19 22:40:25 +00:00
  • 5d4fac0a91 Added parser, compiler, virtual machine, garbage collector, tables and values. Builds but may have errors. paladin 2026-08-19 23:28:35 +01:00