summaryrefslogtreecommitdiff
path: root/issues/closed/310.txt
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-06-16 09:05:06 -0400
committerAdrian Thurston <thurston@complang.org>2012-06-16 09:05:06 -0400
commitfb7f769a23d2a9e22f1775b1ec63ceaa2bedb7b1 (patch)
tree8f96e99617aa67263df30840f015c679cfbf6a2b /issues/closed/310.txt
parentc681c206dfb6316c8c0ad03934a5104c9d105727 (diff)
downloadcolm-fb7f769a23d2a9e22f1775b1ec63ceaa2bedb7b1.tar.gz
moved away closed issues
Diffstat (limited to 'issues/closed/310.txt')
-rw-r--r--issues/closed/310.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/issues/closed/310.txt b/issues/closed/310.txt
new file mode 100644
index 00000000..603cbce6
--- /dev/null
+++ b/issues/closed/310.txt
@@ -0,0 +1,20 @@
+Id: 310
+Subject: compilation error: single token in region, where token accepts everything
+Tracker: Bug
+Status: Fixed
+Fixed-Version: 0.3
+Created-On: Sun Jul 31 10:12:51 -0700 2011
+Updated-On: Sun Aug 07 10:14:49 -0700 2011
+
+<pre>
+
+token all /any*/
+
+def start
+ [all]
+
+parse Start: start( stdin )
+
+print( Start )
+
+</pre>