diff --git a/docs/tree_construction.md b/docs/tree_construction.md index f80c743..6b581e0 100644 --- a/docs/tree_construction.md +++ b/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:** ```