Files
gf-rgl/src/german/LangGer.gf
2015-06-28 16:10:19 +00:00

13 lines
230 B
Plaintext

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