DMS/README.md
2020-12-08 00:02:12 -05:00

11 lines
449 B
Markdown

# DMS
The Dialogue Management Script's goal is to provide a nice and simple way to have dialogue for games, while also providing a fully functioning language to perform login in.
# Todo
- [X] ~~Implement bytecode for if/else if/else statements~~
- [X] ~~Implement bytecode for for/while loops~~
- [X] ~~Implement bytecode for concatenation~~
- [X] ~~Interpert all the bytecode~~
- [ ] Finish implementing custom datatype
- [ ] Speed up interperter