diff options
author | Adrian Thurston <thurston@complang.org> | 2013-03-23 15:32:52 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2013-03-23 15:32:52 -0400 |
commit | 3a903d6e9521429b80c7e7dd6d2e96eb47aa9f2d (patch) | |
tree | f0c59cd38a1f9ec7551e28713f64fe7d746a89bb /test/accum2.lm | |
parent | f793882cb37eb8c43cd3b36f8264ea3f704d71d7 (diff) | |
download | colm-3a903d6e9521429b80c7e7dd6d2e96eb47aa9f2d.tar.gz |
improvements to ignore_def and prod_el, only 6 failures now
Diffstat (limited to 'test/accum2.lm')
-rw-r--r-- | test/accum2.lm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/accum2.lm b/test/accum2.lm index 6f640b3a..c276e1f6 100644 --- a/test/accum2.lm +++ b/test/accum2.lm @@ -1,3 +1,4 @@ +##### LM ##### context ctx i: int @@ -31,3 +32,7 @@ SP.ctx = cons ctx [] send SP [stdin] Input: ctx::start = SP() print( Input '\n' ) +##### IN ##### +a b c ( d e f ) +##### EXP ##### +a b c ( d e f ) |