base production refactor
This commit is contained in:
20
testing.ret
20
testing.ret
@@ -1,7 +1,17 @@
|
||||
::: => {
|
||||
~ "\g<0>"
|
||||
/[aeiou]/ ::= '_'
|
||||
/[^aeiou_\W]/ ::= ':'
|
||||
~ '\g<0>'
|
||||
'\g<0>_'=> {
|
||||
/0_/ ::= '1'
|
||||
/01_/ ::= '10'
|
||||
/11_/ ::= '1_0'
|
||||
/^1_/ ::= '10'
|
||||
}
|
||||
}
|
||||
|
||||
/_:/ ::= [~ "a" ":"]
|
||||
}
|
||||
::: => {
|
||||
~ '\g<0>'
|
||||
/[aei]/ ::= ~ 'aei'
|
||||
/[ou]/ ::= ~ 'ou'
|
||||
|
||||
/[aeiou]/ ::= '_'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user