summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-07 16:27:22 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-07 16:27:22 -0500
commit7a00bc9c71026edc39086f7b7f03e7297cd186c2 (patch)
treeec1d0a4611e2eae52a25ebcacf6b12cdcad6dca6 /test.toc
parent67e9e8a5d840fd3042662c79460324b3629af821 (diff)
finished new ident system
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc8
1 files changed, 3 insertions, 5 deletions
diff --git a/test.toc b/test.toc
index 05b3095..767ef38 100644
--- a/test.toc
+++ b/test.toc
@@ -1,7 +1,5 @@
-foo ::= nms {
- bar ::= 5;
+
+nms {
+ x := 1;
};
-main ::= fn() {
- foo.bar;
-}; \ No newline at end of file