Skip to content

Commit

Permalink
Merge branch 'mkdocs-RegEx.md' into 'dev'
Browse files Browse the repository at this point in the history
Fix mkdocs RegEx.md

See merge request monticore/monticore!913
  • Loading branch information
MisterErwin committed Dec 1, 2023
2 parents 0f22e17 + 5d9ee7e commit 8b01519
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions monticore-grammar/src/main/grammars/de/monticore/regex/RegEx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b01519

Please sign in to comment.