mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 08:30:12 -06:00
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
--# -path=.:../abstract:../common:../api:../prelude
|
|
|
|
concrete LangGer of Lang =
|
|
GrammarGer,
|
|
LexiconGer
|
|
,ConstructionGer
|
|
,DocumentationGer --# notpresent
|
|
,MarkupGer - [stringMark]
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|