aboutsummaryrefslogtreecommitdiffstats
path: root/libparser.7
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-05 12:56:01 +0100
committerMattias Andrée <m@maandree.se>2026-02-23 07:51:32 +0100
commit7fba516d435786fb399ba008c720a291a3843a2e (patch)
tree0fd48079bb892d661110eef811a5bef9aed309cd /libparser.7
parentfix typos (diff)
downloadlibparser-7fba516d435786fb399ba008c720a291a3843a2e.tar.gz
libparser-7fba516d435786fb399ba008c720a291a3843a2e.tar.bz2
libparser-7fba516d435786fb399ba008c720a291a3843a2e.tar.xz
Non-deterministic (and slow)
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libparser.7')
-rw-r--r--libparser.76
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