1
0
forked from GitHub/gf-core

Changed module names.

This commit is contained in:
aarne
2003-11-04 15:45:32 +00:00
parent 9979d3a138
commit 73484ab900
7 changed files with 14 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
-- use this path to read the grammar from the same directory
--# -path=.:../abstract:../../prelude
concrete TestSwe of TestAbs = ResSwe ** open Syntax in {
concrete TestSwe of TestAbs = ResSwe ** open SyntaxSwe in {
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
@@ -12,6 +12,9 @@ lin
Small = liten_1146 ;
Old = gammal_16 ;
Young = ung_29 ;
American = extAdjective (aFin "amerikansk") ;
Finnish = extAdjective (aFin "finsk") ;
Married = extAdjective (aAbstrakt "gift") ** {s2 = "med"} ;
Man = extCommNoun Masc man_1144 ;
Woman = extCommNoun NoMasc (sApa "kvinn") ;
Car = extCommNoun NoMasc (sBil "bil") ;