1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/maltese/GrammarMlt.gf
2023-07-24 17:24:13 +02:00

30 lines
452 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],
NamesMlt
** {
flags coding=utf8 ;
}