mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
12 lines
78 B
Text
12 lines
78 B
Text
|
|
|
|
class A
|
|
token A B C X
|
|
rule
|
|
|
|
targ : A list B
|
|
| A B C
|
|
|
|
list: list X
|
|
|
|
end
|