mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-13 00:50:11 -06:00
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangTur of Lang =
|
|
GrammarTur,
|
|
LexiconTur
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
|
|
|
|
} ;
|