summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-08 22:26:43 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-08 22:26:43 -0500
commite509b0a07b2a92c2dc92f4c4a282249a8a9b59a9 (patch)
tree69c814d37ed0cb5db0329ff64efd7ff00d9d53f9 /main.c
parentae4bce4e401e972134a29f88f26497e5761a0ee9 (diff)
fixed eval leaks
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 9f187bb..87881dc 100644
--- a/main.c
+++ b/main.c
@@ -21,6 +21,7 @@ TODO:
big leak check with tuples (see "TODO: tuples allocated here will never be freed!")
just make the ffmgr use the allocr
---
+iterating over an array of arrays (make sure you do a leak check)
struct parameters - to allow circular dependencies in types
foo, _ := bar();
nice syntax for #including something into a namespace