forked from GitHub/gf-rgl
added a project for Portuguese as a copy of Spanish
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarPor of Grammar =
|
||||
NounPor,
|
||||
VerbPor,
|
||||
AdjectivePor,
|
||||
AdverbPor,
|
||||
NumeralPor,
|
||||
SentencePor,
|
||||
QuestionPor,
|
||||
RelativePor,
|
||||
ConjunctionPor,
|
||||
PhrasePor,
|
||||
TextPor - [SC,Temp,Tense,Pol,PPos,PNeg], -- special punctuation
|
||||
IdiomPor,
|
||||
StructuralPor,
|
||||
TensePor
|
||||
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user