summaryrefslogtreecommitdiff
path: root/test/context1.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/context1.lm')
-rw-r--r--test/context1.lm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/context1.lm b/test/context1.lm
index b652ed3a..dda54b69 100644
--- a/test/context1.lm
+++ b/test/context1.lm
@@ -1,3 +1,4 @@
+##### LM #####
context ctx
i: int
j: int
@@ -30,3 +31,8 @@ CTX: ctx = cons ctx[]
parse InputP: ctx::start( CTX ) [ stdin ]
Input: ctx::start = InputP.tree
print( Input '\n' )
+##### IN #####
+a b c ( d e f )
+##### EXP #####
+2
+a b c ( d e f )