Files
gf-core/lib/src/german/LangGer.gf

13 lines
204 B
Plaintext

--# -path=.:../abstract:../common:../api
concrete LangGer of Lang =
GrammarGer,
LexiconGer
,ConstructionGer
,DocumentationGer
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;