summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index ff79e08..cc3c36c 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,7 @@
/*
TODO:
deal with typing functions with type parameters (we need to type every single instance)
+do typedefs for each instance
struct parameters
don't allow while {3; 5} (once break is added)