We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://youtu.be/qTLkRv0ASsA?list=PLLvZouXXD2cXkbs3L38tDeM47ZLLKuZBq
aa → aba bb → bab
aa
aba
bb
bab
It is possible to build sequences in the way where aa, bb and other sources for substitutions are build first in the sequence, for example:
((a a) (b b) (a a))
and to make replacement we just replace all instances of (a a) with (a b a) and all instances of (b b) with (b a b) and we will get:
((a b a) (b a b) (a b a))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://youtu.be/qTLkRv0ASsA?list=PLLvZouXXD2cXkbs3L38tDeM47ZLLKuZBq
aa
→aba
bb
→bab
It is possible to build sequences in the way where
aa
,bb
and other sources for substitutions are build first in the sequence, for example:((a a) (b b) (a a))
and to make replacement we just replace all instances of (a a) with (a b a) and all instances of (b b) with (b a b) and we will get:
((a b a) (b a b) (a b a))
The text was updated successfully, but these errors were encountered: