summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-03-13 13:13:12 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-03-13 13:13:12 -0400
commitc9ee9b08a9bdf795d0c389a7c42ab61d36a345f4 (patch)
tree950bbb4838f9ecba272b79abba17f644a25bd718 /main.c
parentd0e85d320c84068b5d4ca68bf18eb0f68c4a6752 (diff)
typeof!
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 6f35c07..6b7747a 100644
--- a/main.c
+++ b/main.c
@@ -8,6 +8,8 @@
/*
TODO:
+varargs len
+make new and del functions!
where
#returns_code (function/struct body is a block, to be evaluated at compile time, which returns the actual statements -- you can use this for implementation of printf)
- struct varargs
@@ -15,8 +17,6 @@ break
continue
switch
enums
-typeof
- - make sure you can't do typeof(something_that_is_varargs)
unions
---
switch to / add as an alternative: libffi