forked from GitHub/gf-core
Added Maltese RG (compiles but far from complete)
This commit is contained in:
26
lib/src/maltese/SentenceMlt.gf
Normal file
26
lib/src/maltese/SentenceMlt.gf
Normal file
@@ -0,0 +1,26 @@
|
||||
-- SentenceMlt.gf: clauses and sentences
|
||||
--
|
||||
-- Maltese Resource Grammar Library
|
||||
-- John J. Camilleri, 2011
|
||||
-- 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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user