diff --git a/TODO b/TODO index 38afd4a..f3a7a2e 100644 --- a/TODO +++ b/TODO @@ -2,9 +2,7 @@ # Features -- Variable reassignment - Array access syntax -- Add while loop - Add for loop - Add type system - Write stdlib with builtin functions @@ -12,3 +10,4 @@ # Cleanups - Improve error reporting (See ./util/string_util::highlight_position_in_file) +- Use .peek() instead of .next() for expression parsing