This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pythue/testing.ret
2018-10-28 03:55:17 -04:00

18 lines
234 B
Plaintext

::: => {
~ '\g<0>'
'\g<0>_'=> {
/0_/ ::= '1'
/01_/ ::= '10'
/11_/ ::= '1_0'
/^1_/ ::= '10'
}
}
::: => {
~ '\g<0>'
/[aei]/ ::= ~ 'aei'
/[ou]/ ::= ~ 'ou'
/[aeiou]/ ::= '_'
}