mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
28 lines
420 B
Plaintext
28 lines
420 B
Plaintext
-- GrammarMlt.gf: common syntax
|
|
--
|
|
-- Maltese Resource Grammar Library
|
|
-- John J. Camilleri, 2012
|
|
-- 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 ;
|
|
|
|
}
|