Files
gf-core/lib/src/hungarian/GrammarHun.gf
2012-03-30 09:22:52 +00:00

32 lines
515 B
Plaintext

--# -path=.:../abstract:../common:prelude
concrete GrammarHun of Grammar =
NounHun,
VerbHun,
AdjectiveHun,
AdverbHun,
NumeralHun,
SentenceHun,
QuestionHun,
RelativeHun,
ConjunctionHun,
PhraseHun,
TextX - [Pol,PPos,PNeg],
StructuralHun,
IdiomHun,
TenseX - [Pol,PPos,PNeg]
** open ResHun, Prelude in
{
--{
--
--flags startcat = Phr ; unlexer = text ; lexer = text ;
--
--lin
-- PPos = {s = [] ; p = CPos} ;
-- PNeg = {s = [] ; p = CNeg True} ; -- contracted: don't
--
--
--} ;
}