(Hun) Fresh copypaste from generic dummy template. Compiles, isn't good.

This commit is contained in:
Inari Listenmaa
2020-03-28 15:43:58 +01:00
parent 7fee10e1e0
commit e1a94a0741
22 changed files with 2195 additions and 2627 deletions
+9 -20
View File
@@ -1,8 +1,6 @@
--# -path=.:../abstract:../common:prelude
concrete GrammarHun of Grammar =
NounHun,
VerbHun,
concrete GrammarHun of Grammar =
NounHun,
VerbHun,
AdjectiveHun,
AdverbHun,
NumeralHun,
@@ -11,21 +9,12 @@ concrete GrammarHun of Grammar =
RelativeHun,
ConjunctionHun,
PhraseHun,
TextX - [Pol,PPos,PNeg],
TextX,
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
--
--
--} ;
TenseX
** {
}
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;