Modern extensions, including backlinks, make regular expressions not candidates for ordinary languages, but IMOs can be raised to context-free languages, but not with Turing machines.
Regular grammars have a common property called the pumping lemma. You can check the example here , which proves that 0 n 1 n is not a regular grammar (which is very similar to backlinks). Here's how to show that backlinks do not satisfy the property of the pump lemma.
Pumpdown lemma in the current context: to show that the regular expression system is a regular grammar, there must be a finite length p such that all lines corresponding to the regular expression and having a length equal to or greater than p can be split at the top in three substrings xyz such that y is not an empty string, and all the strings represented by xy * z (y downloaded for [0, infinitely)) match the regular expression.
If we cannot show that such p can satisfy the conditions for a regular expression, then it is not included in the correct grammar.
For backlinks, we will need to have two of these pumping strings that are of equal length, one for the submatrix in the captured group and one in the backlink. This is exactly what automatic or context-free languages click on. There is also the problem of swapping for context-free grammars, based on splitting on uvwxy, where v and x can be pumped the same n times. We can show that a regular expression with a reverse reference system satisfies this lemma.
source share