From bfba8fb3c5906a729c6dbcb8533854538f0238dc Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Mon, 9 Feb 2026 07:16:45 -0600 Subject: [PATCH] Update Readme --- README => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename README => README.md (99%) diff --git a/README b/README.md similarity index 99% rename from README rename to README.md index 8289090..f0adbc7 100644 --- a/README +++ b/README.md @@ -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