From 011f35c17abfcefa5a5bebab6d52f1932feecafa Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 4 Dec 2016 23:32:13 -0500 Subject: [PATCH] todo --- c/todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c/todo.txt b/c/todo.txt index 2a19a50c6..0510bdca0 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -254,7 +254,7 @@ TYPE-CHECKING: * assert_X() functions * doc unset of localvars along w/ unset elsewheredoc * func retval typedecls -* typeof now includes 'map' +* typeof now includes 'map'; MT_STRING -> string etc. MAPVARS: * map typedecl @@ -369,6 +369,7 @@ MAJOR BECAUSE: * new keywords * unset of oosvar doesn't clear empty levels * no type-inference on literals: "3"+4 != 7 +* typeof MT_STRING -> string etc. * note this isn't huge. as w/ previous majors. DSL: