summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 67d6b61..d7f5063 100644
--- a/main.c
+++ b/main.c
@@ -12,6 +12,7 @@ use
- note: just keep an array of useds on the block
- use with a decl, e.g. use p : Point;
local structs should not be named in C
+for some reason forgetting a ; after #include causes a misleading unrecognized expression
simplify eval macros with val_to_u/i64
&&, ||
start making a standard library... (printf; stringbuilder would be nice to have)