mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 21:56:31 -06:00
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete LangIna of Lang =
|
|
GrammarIna,
|
|
LexiconIna
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
}
|
|
|