forked from GitHub/gf-core
13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
--# -path=.:../abstract:../common:../api
|
|
|
|
concrete LangGer of Lang =
|
|
GrammarGer,
|
|
LexiconGer
|
|
,ConstructionGer
|
|
,DocumentationGer
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|