mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangLav of Lang =
|
|
GrammarLav,
|
|
LexiconLav
|
|
** {
|
|
|
|
flags
|
|
startcat = Phr ;
|
|
unlexer = text ;
|
|
lexer = text ;
|
|
|
|
}
|