RGLBaseHin added ; DocumentationHin in LangHin so that it gets compiled in RGL

This commit is contained in:
aarne
2014-03-18 09:16:38 +00:00
parent 8a9bd1b4a9
commit e0caa63046
2 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
concrete RGLBaseHin of RGLBase =
-- modules in Grammar, excluding Structural, Verb, Sentence, Question
---- Tense,
NounHin - [PPartNP], -- to be generalized
AdjectiveHin,
NumeralHin,
ConjunctionHin,
AdverbHin,
PhraseHin,
---- Sentence,
QuestionHin - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp],
RelativeHin - [RelCl,RelVP,RelSlash],
---- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these?
SymbolHin [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these?
---- Construction,
---- Extensions,
---- Documentation ;

View File

@@ -1,8 +1,9 @@
--# -path=.:../abstract:../common:../hindustani
--# -path=.:../abstract:../common:../hindustani:../api
concrete LangHin of Lang =
GrammarHin,
LexiconHin
, DocumentationHin
** {
flags startcat = Phr ; unlexer=unwords ; lexer=words ;