mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-13 09:00:12 -06:00
13 lines
230 B
Plaintext
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 ;
|
|
|
|
} ;
|