forked from GitHub/gf-core
22 lines
323 B
Plaintext
22 lines
323 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarHin of Grammar =
|
|
NounHin,
|
|
VerbHin,
|
|
AdjectiveHin,
|
|
AdverbHin,
|
|
NumeralHin,
|
|
SentenceHin,
|
|
QuestionHin,
|
|
RelativeHin,
|
|
ConjunctionHin,
|
|
PhraseHin,
|
|
TextX,
|
|
StructuralHin,
|
|
IdiomHin
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
}
|