mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
took tense linearizations apart from Common/Cat to Tense, for bettter structure of lib
This commit is contained in:
@@ -11,9 +11,10 @@ concrete GrammarSpa of Grammar =
|
||||
RelativeSpa,
|
||||
ConjunctionSpa,
|
||||
PhraseSpa,
|
||||
TextSpa - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond], -- special punctuation
|
||||
TextSpa - [Temp,Tense], -- special punctuation
|
||||
IdiomSpa,
|
||||
StructuralSpa
|
||||
StructuralSpa,
|
||||
TenseSpa
|
||||
|
||||
** {
|
||||
|
||||
|
||||
3
lib/src/spanish/TenseSpa.gf
Normal file
3
lib/src/spanish/TenseSpa.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
concrete TenseSpa of Tense = CatSpa, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||
TenseRomance with
|
||||
(ResRomance = ResSpa) ;
|
||||
Reference in New Issue
Block a user