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