1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/maltese/LangMlt.gf
2012-02-21 14:39:19 +00:00

17 lines
315 B
Plaintext

-- LangMlt.gf: common syntax and lexicon
--
-- Maltese Resource Grammar Library
-- John J. Camilleri, 2012
-- Licensed under LGPL
--# -path=.:../abstract:../common:../prelude
concrete LangMlt of Lang =
GrammarMlt,
LexiconMlt
** {
flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ;
}