forked from GitHub/gf-rgl
29 lines
440 B
Plaintext
29 lines
440 B
Plaintext
-- GrammarMlt.gf: common syntax
|
|
--
|
|
-- Maltese GF Resource Grammar
|
|
-- John J. Camilleri 2011 -- 2013
|
|
-- Licensed under LGPL
|
|
|
|
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarMlt of Grammar =
|
|
NounMlt,
|
|
VerbMlt,
|
|
AdjectiveMlt,
|
|
AdverbMlt,
|
|
NumeralMlt,
|
|
SentenceMlt,
|
|
QuestionMlt,
|
|
RelativeMlt,
|
|
ConjunctionMlt,
|
|
PhraseMlt,
|
|
TextX - [Adv],
|
|
StructuralMlt,
|
|
IdiomMlt,
|
|
TenseX - [Adv]
|
|
** {
|
|
|
|
flags coding=utf8 ;
|
|
|
|
}
|