summaryrefslogtreecommitdiff
path: root/test/export1.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-03-23 09:57:36 -0400
committerAdrian Thurston <thurston@complang.org>2013-03-23 09:57:36 -0400
commit0c280421ed17e4d93009f4a5acc3f553ba02495d (patch)
treea0e48241dadaeaa6dbab7519ee6100b7039aac26 /test/export1.lm
parent3227ec613e5350c67972bb4d36e8dc39cf7494e1 (diff)
downloadcolm-0c280421ed17e4d93009f4a5acc3f553ba02495d.tar.gz
added export
Diffstat (limited to 'test/export1.lm')
-rw-r--r--test/export1.lm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/export1.lm b/test/export1.lm
index ae1e6c4b..8f42cec3 100644
--- a/test/export1.lm
+++ b/test/export1.lm
@@ -1,3 +1,4 @@
+##### LM #####
lex
token id /[a-z]+/
ignore /[ \t]+/
@@ -11,3 +12,5 @@ export Error: str
parse P: start[ stdin ]
Error = P.error
+##### IN #####
+##### EXP #####