Browse Source

Merge pull request #728 from wiene/fix_typo

Fix a typo
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.0
Erez Shinan 4 years ago
committed by GitHub
parent
commit
20b55fff56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/grammar.md

+ 1
- 1
docs/grammar.md View File

@@ -255,7 +255,7 @@ COMMENT: "#" /[^\n]/*
```
### %import

Allows to import terminals and rules from lark grammars.
Allows one to import terminals and rules from lark grammars.

When importing rules, all their dependencies will be imported into a namespace, to avoid collisions. It's not possible to override their dependencies (e.g. like you would when inheriting a class).



Loading…
Cancel
Save