This commit is contained in:
Andre Wagner
2026-05-01 16:55:36 -05:00
parent 8f6d858a28
commit eed9196cd1
2 changed files with 14 additions and 17 deletions

View File

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