completed IdiomCat to compile api and math

This commit is contained in:
aarne
2008-09-09 16:11:05 +00:00
parent fa02871525
commit 3da1d10eb9
7 changed files with 68 additions and 3 deletions

View File

@@ -0,0 +1,26 @@
--# -path=.:present:prelude
concrete MathematicalCat of Mathematical =
NounCat - [ComplN2], --- to avoid ambiguity
-- VerbCat,
AdjectiveCat,
AdverbCat,
NumeralCat,
-- SentenceCat,
QuestionCat,
RelativeCat,
ConjunctionCat,
PhraseCat,
TextX - [Tense,TPres,TPast,TFut,TCond],
IdiomCat,
StructuralCat,
SymbolCat,
PredicationCat, -- - [predV3,predV2], --- gf bug
LexiconCat
** {
flags startcat = Phr ;
} ;

View File

@@ -0,0 +1,4 @@
concrete PredicationCat of Predication = CatCat ** PredicationI with
(Syntax = SyntaxCat),
(Lang = LangCat) ;

View File

@@ -0,0 +1,2 @@
concrete SymbolCat of Symbol = CatCat ** SymbolRomance with
(ResRomance = ResCat) ;

View File

@@ -0,0 +1,5 @@
--# -path=.:present:mathematical:prelude
resource SymbolicCat = Symbolic with
(Symbol = SymbolCat),
(Grammar = GrammarCat) ;