mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 06:06:31 -06:00
23 lines
369 B
Plaintext
23 lines
369 B
Plaintext
--# -path=.:../scandinavian:../abstract:../common:prelude
|
|
|
|
concrete GrammarNor of Grammar =
|
|
NounNor,
|
|
VerbNor,
|
|
AdjectiveNor,
|
|
AdverbNor,
|
|
NumeralNor,
|
|
SentenceNor,
|
|
QuestionNor,
|
|
RelativeNor,
|
|
ConjunctionNor,
|
|
PhraseNor,
|
|
TextX - [Tense,Temp] ,
|
|
IdiomNor,
|
|
StructuralNor,
|
|
TenseNor
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|