Browse Source

Update description of terminals

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.7.2
David Kemp 5 years ago
committed by GitHub
parent
commit
6a14e25f40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/tree_construction.md

+ 2
- 1
docs/tree_construction.md View File

@@ -22,7 +22,8 @@ Lark filters out certain types of terminals by default, considering them punctua

- Unnamed regular expressions (like `/[0-9]/`)
- Named terminals whose name starts with a letter (like `DIGIT`)
- All terminals concatenated within a terminal

Note: Terminals composed of literals and other terminals always include the entire match without filtering any part.

**Example:**
```


Loading…
Cancel
Save