Skip to content

Commit 6825786

Browse files
authored
Readme: add note about long build times.
1 parent d0e2b22 commit 6825786

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ See also:
3939

4040
## Usage
4141

42-
Patterns are defined directly in code, instead of in a text string.
42+
Patterns are defined directly in code, instead of in a text string.
43+
44+
**Note**: Long patterns can give the Swift type checker a lot to think about, especially long series of `a / b / c / etc...`. To improve build times, try to split a long pattern into multiple shorter ones.
4345

4446
### Standard PEG
4547

0 commit comments

Comments
 (0)