forked from GitHub/gf-core
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 ;
|
|
|
|
} ;
|