summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index f4db063..8b01d85 100644
--- a/main.c
+++ b/main.c
@@ -8,7 +8,6 @@
/*
TODO:
-don't allow while/for ret exprs, e.g. for 0..10 { 3; 5 }
make #sizeof always take a Type
sizeof (not #sizeof)
- make new(s) and del functions!