mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-16 02:20:15 -06:00
23 lines
402 B
Plaintext
Executable File
23 lines
402 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 ;
|
|
|
|
} ;
|