mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
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 ;
|
|
|
|
}
|