1
0
forked from GitHub/gf-core

paths to parent dir ; Swe char coding

This commit is contained in:
aarne
2006-04-20 21:23:13 +00:00
parent 5eebe8d41e
commit 41e76f99e9
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
--# -path=.:present:prelude
--# -path=.:..:present:prelude
concrete Peace_Eng of Peace = PeaceSyntax_Eng, PeaceLexCommon_Eng, PeaceLexExt_Eng ** {}

View File

@@ -7,7 +7,7 @@ concrete PeaceLexExt_Swe of PeaceLexExt =
-- Adjectives
dangerous_A = regA "farlig" ;
dead_A = regA "död" ;
dead_A = regA "död" ;
hungry_A = regA "hungrig" ;
large_A = big_A ;
sick_A = regA "sjuk" ;
@@ -30,8 +30,8 @@ concrete PeaceLexExt_Swe of PeaceLexExt =
-- Verbs
cough_V = regV "hostar" ;
need_V2 = dirV2 (regV "behöver");
own_V2 = dirV2 (regV "äger") ;
need_V2 = dirV2 (regV "behöver");
own_V2 = dirV2 (regV "äger") ;
show_V3 = dirdirV3 (regV "visar") ;
}

View File

@@ -1,3 +1,3 @@
--# -path=.:present:prelude
--# -path=.:..:present:prelude
concrete Peace_Swe of Peace = PeaceSyntax_Swe, PeaceLexCommon_Swe, PeaceLexExt_Swe ** {}