1
0
forked from GitHub/gf-core

trams with mm library

This commit is contained in:
aarne
2005-11-07 21:45:22 +00:00
parent f6d064d9f7
commit 9388b1f189
14 changed files with 179 additions and 46 deletions

View File

@@ -0,0 +1,9 @@
instance DemResFre of DemRes = open Prelude, ResourceFre, SyntaxFre in {
oper
msS : S -> Str = \x -> x.s ! Ind ;
msQS : QS -> Str = \x -> x.s ! DirQ ;
msImp : Imp -> Str = \x -> x.s ! Masc ! Sg ;
} ;

View File

@@ -0,0 +1,7 @@
--# -path=.:../abstract:../romance:../../prelude
concrete DemonstrativeFre of Demonstrative =
CategoriesFre ** DemonstrativeI with
(Resource = ResourceFre),
(Basic = BasicFre),
(DemRes = DemResFre) ;

View File

@@ -0,0 +1,8 @@
--# -path=.:../abstract:../romance:../../prelude
concrete MultimodalFre of Multimodal =
RulesFre, StructuralFre, BasicFre, TimeFre, DemonstrativeFre ** MultimodalI with
(Resource = ResourceFre),
(Basic = BasicFre),
(Lang = LangFre),
(DemRes = DemResFre) ;