Updated readme

This commit is contained in:
Ryan Ward 2020-11-29 23:32:26 -05:00
parent 68aad4ce73
commit f884d8dcf8

View File

@ -3,7 +3,7 @@ The Dialogue Management Script's goal is to provide a nice and simple way to hav
# Todo # Todo
- [X] ~~Implement bytecode for if/else if/else statements~~ - [X] ~~Implement bytecode for if/else if/else statements~~
- [ ] Implement bytecode for ~~for~~/while loops - [ ] Implement bytecode for for/~~while~~ loops
- [X] ~~Implement bytecode for concatenation~~ - [X] ~~Implement bytecode for concatenation~~
- [ ] Interpert all the bytecode - [ ] Interpert all the bytecode
- [ ] Finish implementing custom datatype - [ ] Finish implementing custom datatype