sync files

This commit is contained in:
Erik Krogh Kristensen
2021-11-24 15:28:57 +01:00
parent 1a8b6d7414
commit c8d29a9cf1

View File

@@ -98,6 +98,8 @@ predicate matchesEpsilon(RegExpTerm t) {
matchesEpsilon(t.(RegExpBackRef).getGroup())
or
forex(RegExpTerm child | child = t.(RegExpSequence).getAChild() | matchesEpsilon(child))
or
t.(RegExpRange).getLowerBound() = 0
}
/**