1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/german/LangGer.gf

13 lines
212 B
Plaintext

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