Files
gf-core/lib/src/maltese/GrammarMlt.gf
2012-02-21 14:39:19 +00:00

28 lines
420 B
Plaintext

-- GrammarMlt.gf: common syntax
--
-- Maltese Resource Grammar Library
-- John J. Camilleri, 2012
-- Licensed under LGPL
--# -path=.:../abstract:../common:../prelude
concrete GrammarMlt of Grammar =
NounMlt,
VerbMlt,
AdjectiveMlt,
AdverbMlt,
NumeralMlt,
SentenceMlt,
QuestionMlt,
RelativeMlt,
ConjunctionMlt,
PhraseMlt,
TextX - [Utt],
StructuralMlt,
IdiomMlt
** {
flags coding=utf8 ;
}