From aa897909d383d049c1a87e1be8c3372892edb9d2 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Sat, 6 Feb 2021 20:53:50 +0100 Subject: [PATCH] Add todo --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index aee63fb..6d08d2b 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,7 @@ # Features - Nested expressions like (1 + (2 * 2)) - Nested arrays like [[1, 2, 3], [1, 2, 3]] +- Break and Continue keywords - Type inference - Multi-file support - Argument overloading