30bd646120Patched bug with temporary allocation of small arrays
8 anni fa
eth.morozova
c382dd998eimplemented support of "ALL" operator; it was necessary to introduce procedure type comparison in FoxSemanticChecker.Distance to allow procedure as a parameter of the operator;
9 anni fa
eth.morozova
fa4a0e213fpartially revived optimization for small vector and matrices: currently only static arrays are handled;
10 anni fa
eth.tmartiel
807dda4cc9Fixed linking problem with constant MathArray values defined in other modules: applied same handling as for string values.