summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 17f0bd1..470f5c2 100644
--- a/main.c
+++ b/main.c
@@ -3,6 +3,7 @@ TODO:
fix VBS with structs
test ArrInt @= Arr(int);
+there are probably places where we enter a function and never exit (in typing?) if there's an error
packages
X @= newtype(int); or something
don't allow while {3; 5} (once break is added)
@@ -11,6 +12,11 @@ make sure futurely/currently-declared types are only used by pointer/slice
allow omission of trailing ; in foo @= fn() {}?
*/
+#ifdef __cplusplus
+#define new new_
+#define this this_
+#endif
+
#include "toc.c"
int main(int argc, char **argv) {