mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 19:46:26 -06:00
(Hun) Fresh copypaste from generic dummy template. Compiles, isn't good.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user