mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf for full git commit history
13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangLat of Lang =
|
|
GrammarLat,
|
|
ParadigmsLat,
|
|
ConjunctionLat,
|
|
LexiconLat
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|