mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
26 lines
365 B
Plaintext
26 lines
365 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarLav of Grammar =
|
|
NounLav,
|
|
VerbLav,
|
|
AdjectiveLav,
|
|
AdverbLav,
|
|
NumeralLav,
|
|
SentenceLav,
|
|
QuestionLav,
|
|
RelativeLav,
|
|
ConjunctionLav,
|
|
PhraseLav,
|
|
TextX - [Adv,CAdv],
|
|
StructuralLav,
|
|
IdiomLav,
|
|
TenseX - [Adv,CAdv]
|
|
** {
|
|
|
|
flags
|
|
startcat = Phr ;
|
|
unlexer = text ;
|
|
lexer = text ;
|
|
|
|
}
|