|
fff-declarations.grm
|
// FILE. . . . . d:/hak/hlt/src/hlt/fot/fuz/syntax/sources/fff-declarations.grm // EDIT BY . . . Hassan Ait-Kaci // ON MACHINE. . Hak-Laptop // STARTED ON. . Tue Aug 21 04:54:25 2018 // Last modified on Wed Sep 26 07:19:37 2018 by hak
|
|
%import java.util.Stack; %import java.util.Vector; %import java.util.HashMap; %import java.util.ArrayList; %import java.io.FileNotFoundException; %import hlt.fot.*; %import hlt.fot.fuz.*; %import hlt.math.fuzzy.FuzzyMatrix; %import hlt.language.util.SetOf; //%import hlt.language.util.ArrayList; %import hlt.language.util.IntArrayList; %import hlt.language.util.DoubleArrayList; %import hlt.language.tools.Misc; %import hlt.language.io.CircularInclusionException; %start Session // NB: numbers are NOT tokenized as terms (functors may only be symbolic identifiers); // the terminals for the known pragmas are: // HELP, FUN, SIG, SIM, CLOSE, SHOW, EQS, FUNCLASS, TERMCLASS, FUNREP, TERMREP, MAP, COMP, LOAD, TRACE, and RESET. %token FUNCTOR VARIABLE STRING NATURAL INF SUP FUZZYVAL HELP FUN SIG SIM CLOSE SHOW EQS FUNCLASS TERMCLASS FUNREP TERMREP MAP COMP LOAD TRACE RESET %nodeclass FuzzyPair { String left; String right; double degree; } /* ************************************************************************ */
This file was generated on Thu Sep 27 10:27:39 CEST 2018 from file fff-declarations.grm
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci