From cbdfcbcc14d90d67c2ed7285dd268f2a0bd60f47 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 20 Aug 2022 07:21:43 +0100 Subject: [PATCH] Tweaked docs --- docs/TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TODO.txt b/docs/TODO.txt index 1d46b6b..104f617 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -2,13 +2,13 @@ DONE: rework type system DONE: var decl with a type, but no value DONE: type casting DONE: remove optimization option +DONE: conditionals TODO: string concat with the + operator TODO: empty string as falsy? TODO: increment & decrement operators TODO: a = b = c = 1; TODO: are compounds shallow or deep copies? -TODO: conditionals TODO: if-then-else TODO: chained if-then-else TODO: optional block around a path if it's only one statement