mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
22 lines
341 B
Plaintext
22 lines
341 B
Plaintext
--# -path=.:../scandinavian:../abstract:../common:prelude
|
|
|
|
concrete GrammarDan of Grammar =
|
|
NounDan,
|
|
VerbDan,
|
|
AdjectiveDan,
|
|
AdverbDan,
|
|
NumeralDan,
|
|
SentenceDan,
|
|
QuestionDan,
|
|
RelativeDan,
|
|
ConjunctionDan,
|
|
PhraseDan,
|
|
TextX,
|
|
IdiomDan,
|
|
StructuralDan
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|