took tense linearizations apart from Common/Cat to Tense, for bettter structure of lib

This commit is contained in:
aarne
2009-12-03 10:53:14 +00:00
parent 5c678ab686
commit a7809c3e1c
35 changed files with 127 additions and 96 deletions

View File

@@ -11,9 +11,10 @@ concrete GrammarIta of Grammar =
RelativeIta,
ConjunctionIta,
PhraseIta,
TextX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond],
TextX - [Temp,Tense],
IdiomIta,
StructuralIta
StructuralIta,
TenseIta
** {

View File

@@ -0,0 +1,3 @@
concrete TenseIta of Tense = CatIta, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
TenseRomance with
(ResRomance = ResIta) ;