1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/mongolian/GrammarMon.gf
hallgren 7c1be91839 Fix -path directives for Mongolian
+ Remove references to alltenses.
+ Remove references to ../../prelude
+ Add missing reference to ../common in mongolian/SymbolMon.gf
2015-03-13 14:41:30 +00:00

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 ; } ;