1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/zulu/GrammarZul.gf
Krasimir Angelov 1c775791b4 make Zulu compile
2023-08-21 17:31:40 +02:00

23 lines
404 B
Plaintext
Executable File

--# -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 ;
} ;