Files
gf-core/lib/resource/german/GrammarGer.gf
2007-12-12 20:30:11 +00:00

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 ;
} ;