mirror of https://github.com/lark-parser/lark.git
Added %declare to examples/lark.lark
This commit is contained in:
parent
2ee28ce762
commit
5cb7f2cb78
|
@ -11,6 +11,7 @@ priority: "." NUMBER
|
|||
|
||||
statement: "%ignore" expansions _NL -> ignore
|
||||
| "%import" import_args ["->" TOKEN] _NL -> import
|
||||
| "%declare" name+ -> declare
|
||||
|
||||
import_args: name ("." name)*
|
||||
|
||||
|
|
Loading…
Reference in New Issue