summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 0c71a21..ac039e9 100644
--- a/main.c
+++ b/main.c
@@ -17,6 +17,8 @@ do we consistently handle x := &some_array_or_slice; x.len
use
- use with struct members (e.g. SuperPoint ::= struct { use p: Point; })
compile to a temp file, then move it if compilation succeeds
+if you include something twice, it should #define one thing to the other -- it's okay because struct field can't contain __
+ -> allow #force'd includes to namespaces
&void
simplify eval macros with val_to_u/i64
#if should not create a block