summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index e07c049..8f1b25e 100644
--- a/main.c
+++ b/main.c
@@ -1,12 +1,10 @@
/*
TODO:
-get rid of TYPE_USER
-- don't do automatic type conversion
-
functions returning Types
test ArrInt @= Arr(int);
packages
+X @= newtype(int); or something
don't allow while {3; 5} (once break is added)
any odd number of "s for a string
make sure futurely/currently-declared types are only used by pointer/slice