mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
32 lines
515 B
Plaintext
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
|
|
--
|
|
--
|
|
--} ;
|
|
|
|
}
|