mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete LangHin of Lang =
|
|
GrammarHin,
|
|
LexiconHin
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer=unwords ; lexer=words ;
|
|
|
|
}
|