summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.c b/main.c
index 73f0306..6be7848 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,5 @@
/*
TODO:
-remove declarations , exit fn even on failure
-fix flexible types (example program should not need those casts)
get fn(x, y@ int) to work, you'll need to add back in tuple parameters (one decl multiple values)
can we get the instance before calling type_of_fn?
@@ -9,6 +7,9 @@ can we get the instance before calling type_of_fn?
get fn(x: int) y := x {} to work
don't cgen decls etc. in parameter initializers (hey we have a parameter flag now)
check for leaks
+clean up
+
+
switch to enums for flags
struct parameters