mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 11:36:27 -06:00
3640421022
* updating romance langs for percentage in Spa * Delete Setup_compare.hs
25 lines
419 B
Plaintext
25 lines
419 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarIta of Grammar =
|
|
NounIta,
|
|
VerbIta,
|
|
AdjectiveIta,
|
|
AdverbIta,
|
|
NumeralIta,
|
|
SentenceIta,
|
|
QuestionIta,
|
|
RelativeIta,
|
|
ConjunctionIta,
|
|
PhraseIta,
|
|
TextX - [SC,Temp,Tense,Pol,PPos,PNeg,TPres,TPast,TFut,TCond,MU],
|
|
IdiomIta,
|
|
StructuralIta,
|
|
TenseIta,
|
|
NamesIta
|
|
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|