working i/o

This commit is contained in:
2018-10-28 02:28:22 -04:00
parent 7ebcc1eb09
commit 1c46c2c839
3 changed files with 45 additions and 5 deletions

View File

@@ -1 +1,7 @@
'hello there' => /(.*)\s+(.*)/ ::= '\g<0> \2 \1'
::: => {
~ "\g<0>"
/[aeiou]/ ::= '_'
/[^aeiou_\W]/ ::= ':'
/_:/ ::= [~ "a" ":"]
}