mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 19:16:28 -06:00
24 lines
411 B
Plaintext
24 lines
411 B
Plaintext
--# -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 ;
|
|
|
|
} ;
|