summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-04-04 23:23:59 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-04-04 23:23:59 -0400
commit943922ae04fa5194091606ad717ecea91ad2f646 (patch)
tree3c10758c2154770d0433a581da8253b29e4d094a /main.c
parent98534503a8fdf8bcb5692c4e9c76adee4a70e5d3 (diff)
added using structs and its mostly working but found a weird bug when an error happens beforehand
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 4244664..0986f5a 100644
--- a/main.c
+++ b/main.c
@@ -8,6 +8,8 @@
/*
TODO:
+for accessing struct members (and other things, potentially) with struct["member"], just replace e with
+ a BINARY_DOT
use
- use with a decl, e.g. use p : Point;
- make sure use works with functions and for, e.g. for use p := points