Files
gf-core/lib/src/hebrew/GrammarHeb.gf
2012-05-27 21:37:58 +00:00

25 lines
374 B
Plaintext

--# -path=.:../abstract:../common:prelude
concrete GrammarHeb of Grammar =
NounHeb,
VerbHeb,
AdjectiveHeb,
AdverbHeb,
-- NumeralHeb,
SentenceHeb,
-- QuestionHeb,
-- IdiomHeb,
-- RelativeHeb,
-- ConjunctionHeb,
PhraseHeb,
-- TextHeb,
StructuralHeb,
TenseHeb
** {
flags coding=utf8 ;
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;