Sfoglia il codice sorgente

Update description of terminals

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.7.2
David Kemp 5 anni fa
committed by GitHub
parent
commit
6a14e25f40
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      docs/tree_construction.md

+ 2
- 1
docs/tree_construction.md Vedi 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:**
```


Caricamento…
Annulla
Salva