From f884d8dcf8068712668613d3bdee78bbcd13a02f Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 29 Nov 2020 23:32:26 -0500 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 478655a..448c6ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The Dialogue Management Script's goal is to provide a nice and simple way to hav # Todo - [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~~ - [ ] Interpert all the bytecode - [ ] Finish implementing custom datatype