WIP lab 1

This commit is contained in:
Arianna Masciolini
2025-03-25 12:11:40 +01:00
parent f1bf418200
commit 5b905390b6
43 changed files with 5 additions and 330 deletions

View File

@@ -0,0 +1,15 @@
--# -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" ;
}