Added Maltese RG (compiles but far from complete)

This commit is contained in:
john.j.camilleri
2012-01-03 13:07:43 +00:00
parent ff81ecc2fd
commit 41423dfc32
29 changed files with 2229 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
-- IrregMltAbs.gf: abstract grammar for irregularly inflected words (mostly verbs)
--
-- Maltese Resource Grammar Library
-- John J. Camilleri, 2011
-- Licensed under LGPL
--# -path=.:prelude:../abstract:../common
abstract IrregMltAbs = Cat ** {
{-
fun
awake_V : V ;
bear_V : V ;
beat_V : V ;
-}
}