summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 4975b99..67fa99b 100644
--- a/main.c
+++ b/main.c
@@ -18,12 +18,15 @@
/*
TODO:
+the problem right now is that we're copying blocks but not updating our references to the copy
+
make eval_ptr_to_struct_field return a bool (just in case it successfully returns a NULL pointer)
nms["foo"]
make sure #export still works properly
fix cgen_ident_to_str for unicode idents
check for leaks
---
+allow for circular dependencies in functions returning types---this will be complicated
nice syntax for #including something into a namespace
run stuff at compile time without assigning it to a constant
#compile_only declarations