From 931e18a7c157c23ec6b273386a70538231b4110b Mon Sep 17 00:00:00 2001 From: Garrit Franke <32395585+garritfra@users.noreply.github.com> Date: Thu, 10 Dec 2020 14:47:23 +0100 Subject: [PATCH] Update TODO --- TODO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index f3a7a2e..9b9d119 100644 --- a/TODO +++ b/TODO @@ -3,10 +3,9 @@ # Features - Array access syntax -- Add for loop -- Add type system -- Write stdlib with builtin functions - +- For loop +- Type system +- Nested expressions like (1 + (2 * 2)) # Cleanups - Improve error reporting (See ./util/string_util::highlight_position_in_file)