mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
26 lines
387 B
Plaintext
26 lines
387 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarPes of Grammar =
|
|
NounPes,
|
|
VerbPes,
|
|
AdjectivePes,
|
|
AdverbPes,
|
|
NumeralPes,
|
|
SentencePes,
|
|
QuestionPes,
|
|
RelativePes,
|
|
ConjunctionPes,
|
|
|
|
PhrasePes,
|
|
TextPes - [Adv],
|
|
StructuralPes,
|
|
TenseX - [Adv],
|
|
IdiomPes
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
}
|
|
|
|
|