mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
22 lines
358 B
Plaintext
22 lines
358 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarGer of Grammar =
|
|
NounGer,
|
|
VerbGer,
|
|
AdjectiveGer,
|
|
AdverbGer,
|
|
NumeralGer,
|
|
SentenceGer,
|
|
QuestionGer,
|
|
RelativeGer,
|
|
ConjunctionGer,
|
|
PhraseGer,
|
|
TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
IdiomGer,
|
|
StructuralGer
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|