mirror of https://github.com/lark-parser/lark.git
8 lines
63 B
Plaintext
8 lines
63 B
Plaintext
![]() |
start: X ab Y
|
||
|
|
||
|
X: "x"
|
||
|
Y: "y"
|
||
|
|
||
|
%import .grammars.ab.expr -> ab
|
||
|
|