packages feed

gf-3.3.3: lib/src/maltese/LangMlt.gf

-- 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 ;

}