mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
--# -no-pmcfg
|
|
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangRon of Lang =
|
|
GrammarRon,
|
|
LexiconRon
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|