From 5d9ee7e2fa29afcee1044cd8c9901d3704d6d6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20L=C3=BCpges?= Date: Fri, 1 Dec 2023 13:13:25 +0100 Subject: [PATCH] Fix mkdocs RegEx.md --- .../src/main/grammars/de/monticore/regex/RegEx.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/monticore-grammar/src/main/grammars/de/monticore/regex/RegEx.md b/monticore-grammar/src/main/grammars/de/monticore/regex/RegEx.md index be5c826287..40b1870416 100644 --- a/monticore-grammar/src/main/grammars/de/monticore/regex/RegEx.md +++ b/monticore-grammar/src/main/grammars/de/monticore/regex/RegEx.md @@ -117,17 +117,10 @@ that it assumes that the mode `REGEX` has already been switched on (and will be switched off) by the calling nonterminal. This is provided by the nonterminal `RegExLiteral` in the grammar. -The [TestRegularExpressions](../../../../../test/grammars/de/monticore/regex/TestRegularExpressions.mc4) -grammar contains an example that uses -the [RegularExpressions](./RegularExpressions.mc4) grammar. - ## Context Conditions for the RegularExpressions language -* [```RangeHasLowerOrUpperBound```](../../../../java/de/monticore/regex/regularexpressions/_cocos/RageHasLowerOrUpperBound.java) -ensures that the nonterminal **RangeQualification** -* is bounded in at least one direction. -* [```RegExTypeCheckCoCo```](../../../../java/de/monticore/regex/types/check/cocos/RegExTypeCheckCoCo.java) -checks compatibility of types for the usage of regular expression types. +* [```RangeHasLowerOrUpperBound```](../../../../java/de/monticore/regex/regularexpressions/cocos/RangeHasLowerOrUpperBound.java) +ensures that the nonterminal **RangeQualification** is bounded in at least one direction. ## Symbol Table for the RegularExpressions language