Merge branch 'master' of https://github.com/rayaman/DMS into master

This commit is contained in:
Ryan Ward 2021-05-09 23:08:24 -04:00
commit 5d24db9128

View File

@ -1,5 +1,5 @@
# DMS # 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. 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 logic in.
# Todo # Todo
- [X] ~~Implement bytecode for if/else if/else statements~~ - [X] ~~Implement bytecode for if/else if/else statements~~
@ -9,4 +9,4 @@ The Dialogue Management Script's goal is to provide a nice and simple way to hav
- [X] ~~Finish implementing custom datatype~~ - [X] ~~Finish implementing custom datatype~~
- [ ] Speed up interperter - [ ] Speed up interperter
- [ ] Finish C API for code - [ ] Finish C API for code
- [ ] Extend beginning features - [ ] Extend beginning features