forked from GitHub/gf-core
15 lines
185 B
Plaintext
15 lines
185 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangHun of Lang =
|
|
GrammarHun,
|
|
LexiconHun
|
|
**
|
|
{
|
|
--{
|
|
--
|
|
--flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
--
|
|
--} ;
|
|
|
|
}
|