def-gthill / lexurgy

A high-powered sound change applier
GNU General Public License v3.0
42 stars 5 forks source link

Switching Word Order in Lexurgy SC #36

Closed nprghu closed 2 years ago

nprghu commented 3 years ago

How do I switch word order in Lexurgy? I could try wordToSwitch !Q+$1 => $1 wordToSwitch but you cannot use more than one suffix in Lexurgy SC.

def-gthill commented 3 years ago

Use parentheses to break up the suffixes: (!Q+)$1.