summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc12
1 files changed, 6 insertions, 6 deletions
diff --git a/test.toc b/test.toc
index ac60b69..05b3095 100644
--- a/test.toc
+++ b/test.toc
@@ -1,7 +1,7 @@
-getstdin ::= fn(){
- buffer : int;
- while true {
- while buffer {
- }
- }
+foo ::= nms {
+ bar ::= 5;
};
+
+main ::= fn() {
+ foo.bar;
+}; \ No newline at end of file