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 - [x] Assembler
- [ ] VM execution - [ ] VM execution
- [ ] Stack operations (nil, integer, float, string, function) - [ ] Stack operations (nil, integer, float, string, function)
- [ ] Integer - [x] Integer
- [ ] Float - [ ] Float
- [ ] String - [ ] String
- [ ] Expressions - [ ] Expressions
- [x] Integer
- [ ] Float
- [ ] String
- [ ] Local/global variables - [ ] Local/global variables
- [ ] Functions - [ ] Functions
- [ ] Constants - [ ] Constants