mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
passe simple in ExtraRomance
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
|
||||
concrete CatSpa of Cat = CommonX ** CatRomance with
|
||||
concrete CatSpa of Cat = CommonX - [Tense,TPres,TPast,TFut,TCond] ** CatRomance with
|
||||
(ResRomance = ResSpa) ;
|
||||
|
||||
@@ -11,7 +11,7 @@ concrete GrammarSpa of Grammar =
|
||||
RelativeSpa,
|
||||
ConjunctionSpa,
|
||||
PhraseSpa,
|
||||
TextSpa, -- special punctuation
|
||||
TextSpa - [Tense,TPres,TPast,TFut,TCond], -- special punctuation
|
||||
IdiomSpa,
|
||||
StructuralSpa
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ concrete IdiomSpa of Idiom = CatSpa **
|
||||
(predV (verboV (estar_2 "estar"))) ;
|
||||
|
||||
ImpPl1 vp = {s =
|
||||
(mkClause [] {g = Fem ; n = Pl ; p = P1} vp).s ! P.Pres ! Simul ! Pos ! Indic
|
||||
(mkClause [] {g = Fem ; n = Pl ; p = P1} vp).s ! RPres ! Simul ! Pos ! Indic
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user