From 17a65f2d237d590eef8fc82203485246b4343ee2 Mon Sep 17 00:00:00 2001 From: Herbert Breunung Date: Thu, 17 Dec 2015 22:48:37 +0100 Subject: [PATCH] -prior --- docs/appendix-a-index.txt | 4 ---- docs/tablet-9-regexes.txt | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/appendix-a-index.txt b/docs/appendix-a-index.txt index 3caabf9..1c2069e 100644 --- a/docs/appendix-a-index.txt +++ b/docs/appendix-a-index.txt @@ -3885,10 +3885,6 @@ without adding a [newline](#backslash-n) like [**say**](#say) [*«predefined subrule»*](appendix-b-grouped#subrules) — a single printable character - -[**\**](appendix-b-grouped#subrules) — -standard grammar's rule for whatever the prior successful regex matched - [**proceed**](tablet-6-blocks#proceed) [*«flow control»*](appendix-b-grouped#jump-commands) — diff --git a/docs/tablet-9-regexes.txt b/docs/tablet-9-regexes.txt index 38c7270..a3267bc 100644 --- a/docs/tablet-9-regexes.txt +++ b/docs/tablet-9-regexes.txt @@ -72,14 +72,14 @@ Special Variables Matching ======== -xxx + m// Substitution ============ -xxx + s/// @@ -99,8 +99,8 @@ Grammars Predefined Rules ---------------- -[Are listed here](appendix-b-grouped#subrules). **\** -is somehow an exception. +[Are listed here](appendix-b-grouped#subrules). + grammar methods