mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
24 lines
363 B
Plaintext
24 lines
363 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarSlv of Grammar =
|
|
NounSlv,
|
|
-- VerbEng,
|
|
AdjectiveSlv,
|
|
{- AdverbEng,
|
|
NumeralEng,
|
|
SentenceEng,
|
|
QuestionEng,
|
|
RelativeEng,
|
|
ConjunctionEng,
|
|
PhraseEng,
|
|
TextX - [Pol,PPos,PNeg],
|
|
-}
|
|
StructuralSlv
|
|
{- IdiomEng,
|
|
TenseX -}
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|