mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-29 18:08:55 -06:00
16 lines
276 B
Plaintext
16 lines
276 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,
|
|
IrregMlt,
|
|
ExtraMlt
|
|
** {
|
|
|
|
} ;
|