summaryrefslogtreecommitdiff
path: root/issues/closed/310.txt
blob: 603cbce626101f4489b42e5b5872d9eddc4b4c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>