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

27 lines
353 B
Plaintext

-- SentenceMlt.gf: clauses and sentences
--
-- Maltese Resource Grammar Library
-- John J. Camilleri, 2012
-- Licensed under LGPL
--# -path=.:abstract:common:prelude
concrete SentenceMlt of Sentence = CatMlt ** open
ResMlt,
Prelude,
ResMlt,
ParamX,
CommonX in {
flags optimize=all_subs ;
-- Cl
-- Imp
-- QS
-- RS
-- S
-- SC
-- SSlash
}