forked from GitHub/gf-rgl
zulu inclusion
This commit is contained in:
Executable
+22
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarZul of Grammar =
|
||||
NounZul,
|
||||
VerbZul,
|
||||
AdjectiveZul,
|
||||
AdverbZul,
|
||||
NumeralZul,
|
||||
SentenceZul,
|
||||
QuestionZul,
|
||||
RelativeZul,
|
||||
ConjunctionZul,
|
||||
PhraseZul,
|
||||
TextX - [Temp,Adv,IAdv],
|
||||
StructuralZul,
|
||||
IdiomZul,
|
||||
TenseX [PPos,PNeg] -- - [Temp,Adv]
|
||||
** open ResZul, Prelude in {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user