mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 17:59:32 -06:00
22 lines
341 B
Plaintext
22 lines
341 B
Plaintext
--# -path=.:../scandinavian:../abstract:../common:prelude
|
|
|
|
concrete GrammarNor of Grammar =
|
|
NounNor,
|
|
VerbNor,
|
|
AdjectiveNor,
|
|
AdverbNor,
|
|
NumeralNor,
|
|
SentenceNor,
|
|
QuestionNor,
|
|
RelativeNor,
|
|
ConjunctionNor,
|
|
PhraseNor,
|
|
TextX,
|
|
IdiomNor,
|
|
StructuralNor
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|