forked from GitHub/gf-core
15 lines
239 B
Plaintext
15 lines
239 B
Plaintext
-- VerbMlt.gf: verb phrases
|
|
--
|
|
-- Maltese Resource Grammar Library
|
|
-- John J. Camilleri, 2012
|
|
-- Licensed under LGPL
|
|
|
|
concrete VerbMlt of Verb = CatMlt ** open Prelude, ResMlt in {
|
|
flags optimize=all_subs ;
|
|
|
|
-- Comp
|
|
-- VP
|
|
-- VPSplash
|
|
|
|
}
|