mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
22 lines
325 B
Plaintext
22 lines
325 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarLat of Grammar =
|
|
NounLat,
|
|
VerbLat,
|
|
AdjectiveLat,
|
|
AdverbLat,
|
|
NumeralLat,
|
|
SentenceLat,
|
|
QuestionLat,
|
|
RelativeLat,
|
|
ConjunctionLat,
|
|
PhraseLat,
|
|
TextX,
|
|
StructuralLat,
|
|
IdiomLat
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|