summaryrefslogtreecommitdiff
path: root/test/inpush1.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-01-19 11:53:37 -0500
committerAdrian Thurston <thurston@complang.org>2014-01-19 11:53:37 -0500
commit2585cf92f657c49451d5005715639341d45ed5f4 (patch)
tree494143e9c45d1f67ad1e59ca0e3031399d422e28 /test/inpush1.lm
parent74c213affd86ed2df6f70a37b1b63b09ef94090b (diff)
downloadcolm-2585cf92f657c49451d5005715639341d45ed5f4.tar.gz
updated ni syntax, require - between def and kw
literal `( -ni token id /'a'/ -ni This allows ni to appear in literal defs without an ambiguity beween left and right ignore.
Diffstat (limited to 'test/inpush1.lm')
-rw-r--r--test/inpush1.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/inpush1.lm b/test/inpush1.lm
index 362cd1a7..9f7be150 100644
--- a/test/inpush1.lm
+++ b/test/inpush1.lm
@@ -28,7 +28,7 @@ namespace hash
lex
literal `define `include
literal `#
- token NL /'\n'/ ni
+ token NL /'\n'/ -ni
token id /[a-zA-Z_][a-zA-Z_0-9]*/
token number /[0-9]+/