forked from GitHub/gf-core
Added Maltese RG (compiles but far from complete)
This commit is contained in:
16
lib/src/maltese/LangMlt.gf
Normal file
16
lib/src/maltese/LangMlt.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
-- LangMlt.gf: common syntax and lexicon
|
||||
--
|
||||
-- Maltese Resource Grammar Library
|
||||
-- John J. Camilleri, 2011
|
||||
-- Licensed under LGPL
|
||||
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete LangMlt of Lang =
|
||||
GrammarMlt,
|
||||
LexiconMlt
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user