summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.c b/main.c
index e98c1be..bfb3b50 100644
--- a/main.c
+++ b/main.c
@@ -1,9 +1,13 @@
/*
TODO:
test ArrInt @= Arr(int);
-new version of copy_val for copying types
+make sure fn(t @ Type, x : t) t works
+check fn(x @ int, y := x)
+new version of copy_val for copying types??
there are probably places where we enter a function and never exit (in typing?) if there's an error
+switch struct."field" to struct["field"]
+
packages
X @= newtype(int); or something
don't allow while {3; 5} (once break is added)
@@ -19,6 +23,7 @@ allow omission of trailing ; in foo @= fn() {}?
#include "toc.c"
+
int main(int argc, char **argv) {
#ifdef TOC_DEBUG
test_all();