mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
Added Maltese RG (compiles but far from complete)
This commit is contained in:
@@ -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