Files
gf-rgl/src/faroese/PhraseFao.gf
T
Krasimir Angelov 7016ce8a32 bootstrapped faroese
2025-09-10 16:38:50 +02:00

12 lines
190 B
Plaintext

concrete PhraseFao of Phrase = CatFao ** {
lin
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
UttS s = s ;
UttInterj i = i ;
NoPConj = {s = []} ;
NoVoc = {s = []} ;
}