mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf for full git commit history
19 lines
275 B
Plaintext
19 lines
275 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarLat of Grammar =
|
|
NounLat,
|
|
VerbLat,
|
|
AdjectiveLat,
|
|
AdverbLat,
|
|
NumeralLat,
|
|
SentenceLat,
|
|
-- QuestionLat,
|
|
-- RelativeLat,
|
|
-- ConjunctionLat,
|
|
PhraseLat,
|
|
TextX,
|
|
StructuralLat
|
|
-- IdiomLat
|
|
** {
|
|
} ;
|