summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-27 12:04:19 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-27 12:04:19 -0500
commitcb29bbe47fa67b9da183d39f343f7923c2ddaa7b (patch)
treee25aded7cc41386488c56582fdc01d2aedc4bb1d /main.c
parent5ae9274e34a6a33753d453e18072c8de2e7686f8 (diff)
only #include stuff once
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 8d14dfb..c78630c 100644
--- a/main.c
+++ b/main.c
@@ -8,8 +8,7 @@
/*
TODO:
-run stuff at compile time without assigning it to a constant
-only include stuff once- (#include "io.toc", foo + #include "io.toc", bar => #define foo__puts bar__puts ; this is ok because __ is reserved)
+#include_forced
better #foreign system- something like f := #foreign fn (int,float, #C int);
---
constants in structs