summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 24cdc47..9cdb5cf 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,8 @@
/*
TODO:
-check fn(x :: int, y := x) (run + compile)
check fn(x :: int) y := x (run + compile)
-check arr @ compile
+make sure you can't have a tuple parameter (check const tuple params)
+check arr.toc's Arr works @ compile time
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