summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index 313267b..ba98e87 100644
--- a/main.c
+++ b/main.c
@@ -8,6 +8,11 @@
/*
@TODO:
+allow
+#include "foo.toc", foo;
+#include "foo.toc", foo;
+then do #include "std/base.toc", base; in std/io.toc and std/mem.toc
+does our use before declare thing work with #include?
#no_warn
start making a standard library... (printf; stringbuilder would be nice to have)
improve type_to_str: