def-gthill / lexurgy

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

Add classes in class definitions #6

Closed def-gthill closed 4 years ago

def-gthill commented 4 years ago

We should be able to define classes by combining other classes, e.g.

Class stop {p, t, k}
Class fricative {f, s}
Class obstruent {@stop, @fricative}
def-gthill commented 4 years ago

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