1
0
forked from GitHub/gf-rgl

Initial Files for Rukiga RGL brough from previous coding before git tracking

This commit is contained in:
David Bamutura
2019-04-11 17:38:19 +02:00
parent c3775fa360
commit 373a261558
29 changed files with 120326 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
--# -path=.:../prelude:../abstract:../common
concrete GrammarCgg of Grammar =
NounCgg,
VerbCgg,
AdjectiveCgg,
AdverbCgg,
NumeralCgg,
SentenceCgg,
QuestionCgg,
RelativeCgg,
ConjunctionCgg,
PhraseCgg,
TextX -[Adv],
StructuralCgg,
IdiomCgg,
TenseX -[Adv]
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
{-
--1 Grammar: the Main Module of the Resource Grammar
-- This grammar is a collection of the different grammar modules,
-- To test the resource, import [``Lang`` Lang.html], which also contains
-- a lexicon.
-}
}