mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
--# -path=.:../abstract:../common:../api:../prelude
|
|
|
|
concrete LangAra of Lang =
|
|
GrammarAra,
|
|
LexiconAra,
|
|
ConstructionAra,
|
|
DocumentationAra
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ;
|
|
|
|
}
|