mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 22:26:33 -06:00
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangLat of Lang =
|
|
GrammarLat,
|
|
ParadigmsLat,
|
|
-- ConjunctionLat,
|
|
LexiconLat
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|