Updated readme
This commit is contained in:
parent
0aea0e0335
commit
68aad4ce73
11
README.md
11
README.md
@ -2,8 +2,9 @@
|
||||
The Dialogue Management Script's goal is to provide a nice and simple way to have dialogue for games.
|
||||
|
||||
# Todo
|
||||
- Implement bytecode for if/else if/else statements
|
||||
- Implement bytecode for for/while loops
|
||||
- Implement bytecode for concatenation
|
||||
- Interpert all the bytecode
|
||||
- Finish implementing custom datatype!
|
||||
- [X] ~~Implement bytecode for if/else if/else statements~~
|
||||
- [ ] Implement bytecode for ~~for~~/while loops
|
||||
- [X] ~~Implement bytecode for concatenation~~
|
||||
- [ ] Interpert all the bytecode
|
||||
- [ ] Finish implementing custom datatype
|
||||
- [ ] Speed up interperter
|
||||
Loading…
x
Reference in New Issue
Block a user