summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-25 21:29:04 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-25 21:29:04 -0500
commitd91b3e813885c6814e5ad1b0f1b1c564213ea95f (patch)
tree746105d31093d0225e1d76df04566bde6f658d6b /main.c
parent408fa20aee0cd08d0035fdf100f34c34bf3f3729 (diff)
much better circular dependency checking system for structs
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 503d80b..3a45225 100644
--- a/main.c
+++ b/main.c
@@ -38,6 +38,8 @@ do we need was_expr? (now that, presumably, we have struct arguments)
any odd number of "s for a string
make sure futurely/currently-declared types are only used by pointer/slice
allow omission of trailing ; in foo ::= fn() {...} or foo ::= nms {...} or foo ::= struct { ... }?
+consider- should #sizeof always take a Type? it would be more verbose, but we might not actually need
+ #sizeof that much, given that we have new.
*/