summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-15 22:14:08 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-15 22:14:08 -0500
commitb543b9a80fdb15a03d13c863391dbeff46e804d7 (patch)
tree66c56bbd0654dce8959503e48ba5a1bd7cda4fbb /main.c
parentaaf9c614aa1930ccd8df9c08ab9cb9776df4453f (diff)
more struct params & reverted to StructDef *struc;
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6987aa0..7ab8c62 100644
--- a/main.c
+++ b/main.c
@@ -19,7 +19,9 @@
/*
TODO:
struct parameters
-- make sure you test inference
+- check for empty parameter lists
+- make sure inference works
+---
see infer.c "is resolved_to necessary" (now that ident system has changed)
replace is_reference in type_resolve_ with system for checking if type is
circularly dependent in a bad way, with compiler_sizeof