mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete LangAra of Lang =
|
|
GrammarAra,
|
|
LexiconAra
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ;
|
|
|
|
}
|
|
|
|
|