mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 20:52:50 -06:00
Added Maltese RG (compiles but far from complete)
This commit is contained in:
19
lib/src/maltese/AllMlt.gf
Normal file
19
lib/src/maltese/AllMlt.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
-- AllMlt.gf: common grammar plus language-dependent extensions
|
||||
--
|
||||
-- Maltese Resource Grammar Library
|
||||
-- John J. Camilleri, 2011
|
||||
-- Licensed under LGPL
|
||||
|
||||
--# -path=.:prelude:../abstract:../common
|
||||
|
||||
concrete AllMlt of AllMltAbs =
|
||||
LangMlt,
|
||||
IrregMlt,
|
||||
ExtraMlt
|
||||
** {} ;
|
||||
|
||||
{-
|
||||
IrregMlt-[
|
||||
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
|
||||
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],
|
||||
-}
|
||||
Reference in New Issue
Block a user