From c9f8961a9ed5c33524619309171aba1b587ad7c2 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 12 Sep 2007 21:03:00 +0000 Subject: last adjustments of examples before course --- examples/tutorial/smart/LexSmartSwe.gf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/tutorial/smart/LexSmartSwe.gf (limited to 'examples/tutorial/smart/LexSmartSwe.gf') diff --git a/examples/tutorial/smart/LexSmartSwe.gf b/examples/tutorial/smart/LexSmartSwe.gf new file mode 100644 index 000000000..6a9ea38ef --- /dev/null +++ b/examples/tutorial/smart/LexSmartSwe.gf @@ -0,0 +1,12 @@ +instance LexSmartSwe of LexSmart = 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" ; + +} -- cgit v1.2.3