mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
Added Maltese RG (compiles but far from complete)
This commit is contained in:
27
lib/src/maltese/GrammarMlt.gf
Normal file
27
lib/src/maltese/GrammarMlt.gf
Normal file
@@ -0,0 +1,27 @@
|
||||
-- GrammarMlt.gf: common syntax
|
||||
--
|
||||
-- Maltese Resource Grammar Library
|
||||
-- John J. Camilleri, 2011
|
||||
-- Licensed under LGPL
|
||||
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete GrammarMlt of Grammar =
|
||||
NounMlt,
|
||||
VerbMlt,
|
||||
AdjectiveMlt,
|
||||
AdverbMlt,
|
||||
NumeralMlt,
|
||||
SentenceMlt,
|
||||
QuestionMlt,
|
||||
RelativeMlt,
|
||||
ConjunctionMlt,
|
||||
PhraseMlt,
|
||||
TextX - [Utt],
|
||||
StructuralMlt,
|
||||
IdiomMlt
|
||||
** {
|
||||
|
||||
flags coding=utf8 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user