mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
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 ;
|
|
--
|
|
--} ;
|
|
|
|
}
|