def-gthill / lexurgy

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

Add negated class notation #7

Closed def-gthill closed 3 years ago

def-gthill commented 3 years ago

We should be able to match anything but a member of a class. For example, if we have Class stop {p, t, k}, then !@stop should match anything but p, t, or k.

def-gthill commented 3 years ago

I've implemented this feature and will include it in version 0.6.0.