mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-08 22:41:05 -07:00
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
--# -path=.:../abstract
|
|
|
|
concrete MicroLangSwe of MicroLang = open MicroResSwe in {
|
|
|
|
lincat N = MicroResSwe.N ;
|
|
|
|
lin baby_N = decl2 "bebis" ;
|
|
lin dog_N = decl2 "hund" ;
|
|
lin man_N = worstN "man" "mannen" "män" "männen" Utr ;
|
|
lin car_N = decl2 "bil" ;
|
|
--lin city_N = mkN "stad" ;
|
|
lin boy_N = decl2 "pojke" ;
|
|
|
|
|
|
} |