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 f8d4b69..103457b 100644
--- a/main.c
+++ b/main.c
@@ -19,9 +19,9 @@
/*
TODO:
struct parameters
-- error on empty parameter list
- error on non-const param decls
-- make sure inference works
+- allow accessing parameters with .
+- get rid of inference
- should argument set twice error be in call_arg_param_order?
---
see infer.c "is resolved_to necessary" (now that ident system has changed)