summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-26 14:35:27 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-26 14:35:44 -0500
commit682af2d7133cbb3053fc68e7cbd2d6e6ad73374b (patch)
tree8a403522855bc256309e201586a285c304aa3113 /main.c
parentdd778f5d65a3dc31c7c5611b4b3be699eb298303 (diff)
added x, _ := fn_which_returns_tuple();
also changed cgen to use e.g. _a19 as anon idents
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index cead9b5..262f6c4 100644
--- a/main.c
+++ b/main.c
@@ -18,7 +18,8 @@
/*
TODO:
-foo, _ := bar();
+make sure we're checking for redecls with #include
+
nice syntax for #including something into a namespace
run stuff at compile time without assigning it to a constant
the problem of #foreign stuff currently requiring that source and target have the same sizeof(int), etc. -- we may need #C_int, etc.