-
Notifications
You must be signed in to change notification settings - Fork 7
/
PG.lex
49 lines (42 loc) · 1.1 KB
/
PG.lex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* PG lexical symbols, generated by LRSTAR. */
"tab=3"
<alpha> 1
<eof> 7
<integer> 6
<lexical> 2
<literal> 4
<semantic> 3
<string> 5
'<eof>' 10
'<error>' 9
'<keyword>' 8
'(' 37
')' 38
'*' 35
'*>' 22
'+' 30
'+>' 21
',' 41
'->' 14
'...' 31
'/' 36
'/->' 16
'/~>' 17
':' 13
';' 19
'<<' 28
'=*>' 24
'=+>' 23
'=>' 20
'>>' 29
'?' 34
'[' 39
']' 40
'^' 25
'{' 26
'|' 18
'}' 27
'~' 32
'~..' 33
'~>' 15
/* End of PG lexical symbols. */