forked from GitHub/gf-core
27 lines
353 B
Plaintext
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
|
|
|
|
}
|