1
0
forked from GitHub/gf-core

toy1 with classes and using resource API

This commit is contained in:
aarne
2007-06-11 14:53:08 +00:00
parent e6d82e85c1
commit b83a9ec335
10 changed files with 317 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
instance LexToy1Swe of LexToy1 = open SyntaxSwe, ParadigmsSwe in {
oper
dim_V2 = mkV2 "dämpa" ;
fan_N = mkN "fläkt" ;
kitchen_N = mkN "kök" neutrum ;
light_N = mkN "lampa" ;
livingRoom_N = mkN "vardagsrum" "vardagsrummet" "vardagsrum" "vardagsrummen" ;
switchOff_V2 = mkV2 "släcker" ;
switchOn_V2 = mkV2 "tänder" ;
}