From f87596022ddcca7ab64f7f1d57678d332640552d Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Mon, 9 Feb 2026 07:15:35 -0600 Subject: [PATCH] Fix ambigous characters --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8289090..f0adbc7 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ address this but: - Are not regular operators. - Introduce fragile rule ordering in lexers -## Apostrophe ´'´ +## Apostrophe `'` The apostrophe ' is syntactic sugar with no standalone meaning. Only when followed by *, forming `E'*` does it activate the negative factor operator: Match the longest token starting at the current position that does not