forked from GitHub/gf-core
20 lines
309 B
Plaintext
20 lines
309 B
Plaintext
-- IrregMltAbs.gf: abstract grammar for irregularly inflected words (mostly verbs)
|
|
--
|
|
-- Maltese Resource Grammar Library
|
|
-- John J. Camilleri, 2012
|
|
-- Licensed under LGPL
|
|
|
|
--# -path=.:prelude:../abstract:../common
|
|
|
|
abstract IrregMltAbs = Cat ** {
|
|
|
|
{-
|
|
fun
|
|
|
|
awake_V : V ;
|
|
bear_V : V ;
|
|
beat_V : V ;
|
|
-}
|
|
|
|
}
|