summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-07-15 17:06:01 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-07-15 17:06:01 -0400
commit0cf4c0567399f597e2d3a5a9e0612c7ce69d9992 (patch)
tree912814e5d71e67a52612960ffd7f6204edd3835d /main.c
parentd7d3e9ed8a6f6c2a116fb82ac3c891d3cae0a482 (diff)
only allow using a struct after its declared (except for inside other structs)HEADtrunk
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 8c9edb0..7455951 100644
--- a/main.c
+++ b/main.c
@@ -8,7 +8,6 @@
see development.md for development information
@TODO:
-fix problem with a : b; #include "file_which_defines_X"; b ::= struct { a: X; }
see note in types.c : we probably shouldn't go to the trouble of evaluating this (just do this stuff if it's an ident)
ensure that in s[a:b] s is an l-value if it's an array
make sure you can't pass a function template or a tuple to varargs