From 7cf437c9b79492e9ca66b2b228d84cd9c17f2cac Mon Sep 17 00:00:00 2001 From: Hermann Yavorskyi <36009082+wardady@users.noreply.github.com> Date: Mon, 10 Feb 2020 00:56:45 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8969768..9fbf368 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,11 @@ - [x] Constant variables can be initialized with expression, not only literal (inside of the block, global variables suport only literal initilization); - [x] Supported types: __*Integer*__, __*Boolean*__, __*Character*__, __*Double*__; --- - ### Not implemented yet :fast_forward: - - + + + + ### Not implemented yet :fast_forward: + - [ ] __*Arrays*__ *- Nodes for arrays were implemented, but to work corectly with scoping system, there is still work to be done*; - [ ] __*Classes*__ - __*TBD*__; - [ ] __*For/Foreach*__ - *After adding arrays, to make work with them more convinient*;