mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-15 00:39:33 -06:00
17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
-- AllMlt.gf: common grammar plus language-dependent extensions
|
|
--
|
|
-- Maltese GF Resource Grammar
|
|
-- John J. Camilleri 2011 -- 2013
|
|
-- Licensed under LGPL
|
|
|
|
--# -path=.:prelude:../abstract:../common
|
|
|
|
concrete AllMlt of AllMltAbs =
|
|
LangMlt,
|
|
DictMlt,
|
|
IrregMlt,
|
|
ExtraMlt
|
|
** {
|
|
|
|
} ;
|