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