- Annwn
- https://hephaestus.sunnypup.io
-
Continually seeking high throughput and flexible design
- Joined on
2025-07-16
Instruction set tests
Decided to strip this one down a bit and only test the most important bits.... At least until the new number package is implemented.
VM Bytecode char to string conversion
working with bools, chars, and strings in VM bytecode
Mixed register and stack based VM
#35 now complete.
Given the recent datum refactor #33 seems useful, but not necessary. Gc, including GC now fits in a single register, as it is represented by a native raw pointer.…