ソースを参照

Update description of terminals

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.7.2
David Kemp 5年前
committed by GitHub
コミット
6a14e25f40
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      docs/tree_construction.md

+ 2
- 1
docs/tree_construction.md ファイルの表示

@@ -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:**
```


読み込み中…
キャンセル
保存