forked from GitHub/gf-core
17 lines
255 B
Plaintext
17 lines
255 B
Plaintext
-- ConjunctionMlt.gf: co-ordination
|
|
--
|
|
-- Maltese GF Resource Grammar
|
|
-- John J. Camilleri 2011 -- 2013
|
|
-- Licensed under LGPL
|
|
|
|
concrete ConjunctionMlt of Conjunction =
|
|
CatMlt ** open ResMlt, Coordination, Prelude in {
|
|
|
|
-- Adv
|
|
-- AP
|
|
-- NP
|
|
-- RS
|
|
-- S
|
|
|
|
}
|