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