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