This commit is contained in:
2026-05-01 22:05:13 -05:00
parent 9c9d361fbb
commit de961d5d2c

View File

@@ -31,11 +31,11 @@ After some additional development:
- [x] Print stack
- [x] Assembler
- [ ] VM execution
- [ ] Stack operations (nil, integer, float, string, function)
- [ ] Expressions
- [x] Integer
- [ ] Float
- [ ] String
- [ ] Expressions
- [ ] Stack operations (nil, integer, float, string, function)
- [x] Integer
- [ ] Float
- [ ] String