summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-07 10:25:21 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-07 10:25:21 -0400
commitf08f00ea3bd2e1a99b35a4811c584534b1232254 (patch)
tree5b9bf1a61331baf8cf70362d72f3b2b6d214e312 /test.toc
parentfa60d0d8d6b1ef0e02c118de39bde740ed18496f (diff)
more eval, but there are bugs
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc5
1 files changed, 3 insertions, 2 deletions
diff --git a/test.toc b/test.toc
index a914b1d..c472568 100644
--- a/test.toc
+++ b/test.toc
@@ -1,6 +1,7 @@
main @= fn() {
// foo @= true;
// N, M @= 8 * if foo { 8 } else { 3} - 3, 894;
- foo @= new[3]int;
- x : [foo[0]]int;
+ // foo @= new[3]int;
+ // x : [foo[0]]int;
+ y : [{x := (439 as &u8); *x = 7; *x }]f32;
}; \ No newline at end of file