mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 02:09:32 -06:00
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete LangTha of Lang =
|
|
GrammarTha,
|
|
LexiconTha
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = concat ; lexer = text ; coding = utf8 ;
|
|
|
|
} ;
|