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