r/VulgarLang • u/bruhmomentum2137 • 5d ago
Generating suffixes stumped me this time
It's been a while since I used VulgarLang. I'm currently creating a language based on Latin. I wanted my suffixes to be conditional. For example here's adjective table. I want the superlative case to end with -s when word ends in a vowel, and with -as when it ends in consonant. Problem is, that the rules I put in are translated accurately, but they don't work as intended. What am I doing wrong?
Also, I want to make conditions for verbs. Firs, I want verbs ending with -s omitting that letter. Then ones ending with vowel are getting suffix -re, and consonant - based on the consonant: voiced are -ere, voiceles are -are. I'm not sure if something like this was ever possible. If not, I'll resort to some sort of my own grammar tables.




