forked from GitHub/gf-core
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangIna of Lang =
|
|
GrammarIna,
|
|
LexiconIna
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
}
|
|
|