mirror of https://github.com/lark-parser/lark.git
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
start: NUMBER WORD
|
||
|
|
||
|
%import .grammars.test (NUMBER, WORD, WS)
|
||
|
%ignore WS
|