Browse Source

Added %declare to examples/lark.lark

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.0
Erez Shinan 6 years ago
parent
commit
5cb7f2cb78
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      examples/lark.lark

+ 1
- 0
examples/lark.lark View File

@@ -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…
Cancel
Save