From 91221455310130dbbc6de6c8d0e45e6e9f985f96 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Mon, 8 Feb 2021 20:16:20 +0100 Subject: [PATCH] chore: add todo --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 9a605de..a9b4bec 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ # Cleanups - Improve error reporting (See ./util/string_util::highlight_position_in_file) - Use .peek() instead of .next() for expression parsing +- `x: int` notation is used in multiple places. Can potentially be consolidated - stdlib moves line of file, which makes error reporting impossible # Features