ruby/test/racc/assets/nullbug2.y

16 строки
162 B
Plaintext
Исходник Обычный вид История

2019-05-13 15:25:22 +03:00
#
# number of conflicts must be ZERO.
#
class A
rule
targ: operation voidhead
| variable
2019-05-13 15:25:22 +03:00
voidhead : void B
void:
2019-05-13 15:25:22 +03:00
operation: A
variable : A
end