contexts and backreferences working

This commit is contained in:
2018-10-28 00:04:24 -04:00
parent e08e60789a
commit 7ebcc1eb09
5 changed files with 234 additions and 51 deletions

1
testing.ret Normal file
View File

@@ -0,0 +1 @@
'hello there' => /(.*)\s+(.*)/ ::= '\g<0> \2 \1'