mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-21 09:16:13 -06:00
23 lines
339 B
Plaintext
23 lines
339 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarCmn of Grammar =
|
|
NounCmn,
|
|
VerbCmn,
|
|
AdjectiveCmn,
|
|
AdverbCmn,
|
|
NumeralCmn,
|
|
SentenceCmn,
|
|
QuestionCmn,
|
|
RelativeCmn,
|
|
ConjunctionCmn,
|
|
PhraseCmn,
|
|
TextCmn,
|
|
StructuralCmn,
|
|
IdiomCmn,
|
|
TenseCmn
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|