forked from GitHub/gf-rgl
18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
-- QuestionMlt.gf: questions and interrogatives
|
|
--
|
|
-- Maltese Resource Grammar Library
|
|
-- John J. Camilleri, 2012
|
|
-- Licensed under LGPL
|
|
|
|
concrete QuestionMlt of Question = CatMlt ** open ResMlt, ParamX, Prelude in {
|
|
|
|
flags optimize=all_subs ;
|
|
|
|
-- IAdv
|
|
-- IComp
|
|
-- IDet
|
|
-- IP
|
|
-- QCl
|
|
|
|
}
|