mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangLat of Lang =
|
|
GrammarLat,
|
|
ParadigmsLat,
|
|
LexiconLat,
|
|
RelativeLat
|
|
-- ConstructionLat
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|