summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-08-30 23:50:34 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-08-30 23:50:34 -0400
commitec8aa7ab9cb9986be40e86a0eca5eea4864d7634 (patch)
tree01b295a514b8d6e380b3d0060c8735648e2ae8d5 /test.toc
parentf5f4b585affd50f1f3fb449ba4e891a013e20605 (diff)
added parsing of tuple types
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 72dced0..8568967 100644
--- a/test.toc
+++ b/test.toc
@@ -1,3 +1,4 @@
-main @= fn() {
- foo, bar, baz : int, something : float, salkdfj : int;
+main @ fn() = fn() {
+ asdkofhj : fn() (int, int);
+ foo, bar, baz : int, something : float, salkdfj : int= 2, 2, 2, 2, 2;
};