fixed vowel lengthening in verbs like eten

This commit is contained in:
m.t.n.de.rijk
2017-04-03 10:20:03 +00:00
parent 1ad08d966c
commit 57c2af29c2

View File

@@ -217,6 +217,7 @@ param
in
case lop of {
#vowel + #consonant => loop ;
_+ #consonant + #vowel + #consonant => loop ;
_+ ("bb" | "dd" | "ff" | "gg" | "kk" | "ll" | "mm" | "nn" | "pp" |
"rr" | "ss" | "tt") => zeg ;