This commit is contained in:
2026-05-01 22:05:04 -05:00
parent 5299ae9d63
commit 9c9d361fbb

View File

@@ -32,10 +32,13 @@ After some additional development:
- [x] Assembler
- [ ] VM execution
- [ ] Stack operations (nil, integer, float, string, function)
- [ ] Integer
- [x] Integer
- [ ] Float
- [ ] String
- [ ] Expressions
- [x] Integer
- [ ] Float
- [ ] String
- [ ] Local/global variables
- [ ] Functions
- [ ] Constants