mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -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 GrammarIta of Grammar =
|
||||
RelativeIta,
|
||||
ConjunctionIta,
|
||||
PhraseIta,
|
||||
TextX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond],
|
||||
TextX - [Temp,Tense],
|
||||
IdiomIta,
|
||||
StructuralIta
|
||||
StructuralIta,
|
||||
TenseIta
|
||||
|
||||
** {
|
||||
|
||||
|
||||
3
lib/src/italian/TenseIta.gf
Normal file
3
lib/src/italian/TenseIta.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
concrete TenseIta of Tense = CatIta, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||
TenseRomance with
|
||||
(ResRomance = ResIta) ;
|
||||
Reference in New Issue
Block a user