1
0
forked from GitHub/gf-core

german 1.4 compiles but is incomplete

This commit is contained in:
aarne
2008-04-30 13:37:43 +00:00
parent 9f1e3e7b89
commit d086386bcc
26 changed files with 3032 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
--# -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 ;
} ;