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