This Week in Iridium - #5
Summary of what happened in the fifth week
Week 5 Hello!
Below is a list of changes made this week in Iridium.
The tutorials this week start here: https://blog.subnetzero.io/project/iridium-vm/building-language-vm-part-18/
You can find the repo for Palladium here: https://gitlab.com/subnetzero/palladium
VM Changes (all with tutorials) Added simple PID tracking to the VM. Using random UUIDs for now
Refactored command processing in the REPL.
Commands now start with a !
There is proper tokenization now