mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
Initial Files for Rukiga RGL brough from previous coding before git tracking
This commit is contained in:
Executable
+30
@@ -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.
|
||||
-}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user