From 00877b728eb9a9a80cc0d20ad9fff7cc6bd96ae1 Mon Sep 17 00:00:00 2001 From: bu Date: Fri, 19 Jul 2019 16:24:47 +0200 Subject: [PATCH] regexps --- examples/technical_report/IsaDof_Manual/04_RefMan.thy | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/technical_report/IsaDof_Manual/04_RefMan.thy b/examples/technical_report/IsaDof_Manual/04_RefMan.thy index 1555da1..5a00b5b 100644 --- a/examples/technical_report/IsaDof_Manual/04_RefMan.thy +++ b/examples/technical_report/IsaDof_Manual/04_RefMan.thy @@ -346,8 +346,11 @@ text\ \<^item> \default_clause\ : \<^rail>\ '<=' '"' expr '"' \ \<^item> \regexpr\ : - \<^rail>\ class_id | '(' regexpr ')' | (regexpr '||' regexpr) | (regexpr '~~' regexpr)\ - + \<^rail>\ '\' class_id '\' | '(' regexpr ')' | (regexpr '||' regexpr) | (regexpr '~~' regexpr) + | ('\' regexpr '\') | ( '\' regexpr '\\<^sup>*') \ + regular expressions describe sequences of \class_id\s (and indirect sequences of document + items corresponding to the \class_id\s). The constructors for alternative, sequence, + repetitions and non-empty sequence follow in the top-down order of the above diagram. \