diff options
Diffstat (limited to 'libparser.7')
| -rw-r--r-- | libparser.7 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libparser.7 b/libparser.7 index 5b5b9b3..7157769 100644 --- a/libparser.7 +++ b/libparser.7 @@ -123,8 +123,10 @@ out that it could not finish that branch. Whenever an exception is reached, the parser will terminate there. .PP Repeated symbols may occur any number of times, -including zero. The compiler is able to backtrack if it -takes too much. +including zero. The parser will try to take as much +as possible. +.PP +Optional symbols are taken whenever possible. .PP Concatenation has higher precedence than alternation, groups |
