def-gthill / lexurgy

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

Allow negated feature values in rule filters #4

Closed def-gthill closed 3 years ago

def-gthill commented 4 years ago

We should be able to write a rule like this:

rule [vowel !low]:
    <rule expressions here>

This should restrict the rule to non-low vowels. But currently, negated feature values aren't allowed here.

def-gthill commented 3 years ago

This is implemented in commit 2c49d966c8d08bb4b9558f2c8dca57414d5394dd.