This commit is contained in:
Andre Wagner
2026-05-02 15:06:31 -05:00
parent 1d63645c32
commit 3fce2d383c
4 changed files with 69 additions and 6 deletions

View File

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