From 68aad4ce73f81f46950e87d08ae88fb58fda284e Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 29 Nov 2020 23:31:47 -0500 Subject: [PATCH] Updated readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8773a54..478655a 100644 --- a/README.md +++ b/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! \ No newline at end of file +- [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 \ No newline at end of file