forked from GitHub/gf-core
+ Remove references to alltenses. + Remove references to ../../prelude + Add missing reference to ../common in mongolian/SymbolMon.gf
20 lines
396 B
Plaintext
20 lines
396 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarMon of Grammar =
|
|
NounMon,
|
|
VerbMon,
|
|
AdjectiveMon,
|
|
AdverbMon,
|
|
NumeralMon,
|
|
SentenceMon,
|
|
QuestionMon,
|
|
RelativeMon,
|
|
ConjunctionMon,
|
|
PhraseMon,
|
|
TextX - [CAdv,Tense,Temp],
|
|
StructuralMon,
|
|
IdiomMon,
|
|
TenseMon,
|
|
NumeralTransferMon
|
|
** { flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ; } ;
|