forked from GitHub/gf-core
Added Maltese RG (compiles but far from complete)
This commit is contained in:
14
lib/src/maltese/VerbMlt.gf
Normal file
14
lib/src/maltese/VerbMlt.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
-- VerbMlt.gf: verb phrases
|
||||
--
|
||||
-- Maltese Resource Grammar Library
|
||||
-- John J. Camilleri, 2011
|
||||
-- Licensed under LGPL
|
||||
|
||||
concrete VerbMlt of Verb = CatMlt ** open Prelude, ResMlt in {
|
||||
flags optimize=all_subs ;
|
||||
|
||||
-- Comp
|
||||
-- VP
|
||||
-- VPSplash
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user