summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-25 14:36:38 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-25 14:36:38 -0500
commit27acf3754529988de9d43ba0abb8e5b3bbb3da31 (patch)
treea0a2a81286be40c10f2ac8b8cf172ec9535a58a8 /test.toc
parentc74626a3dda0e416dbb0673230933ca223bc9a5b (diff)
fixed cgen tuples
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.toc b/test.toc
index de514ce..666a9d1 100644
--- a/test.toc
+++ b/test.toc
@@ -1,6 +1,6 @@
addmul ::= fn (x::=0, y:=0)
add := x+y, mul := x*y {
-
+ a : []char = x;
};
main ::= fn() {