This commit is contained in:
Andre Wagner
2026-05-02 09:02:52 -05:00
parent f16f2e0e8e
commit 2e0d615ac5
11 changed files with 143 additions and 52 deletions

View File

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