Added namespace to the basefunctions module to prevent name conflicts with other modules (e.g. the function pow() in the bugs module) |
|
More...
|
about 18 years ago
|
Added namespace to the basefunctions module to prevent name conflicts with |
|
More...
|
about 18 years ago
|
Added namespace to the basefunctions module to prevent name conflicts with |
|
More...
|
about 18 years ago
|
Added Equals function (was previously in basefunctions module) |
|
More...
|
about 18 years ago
|
Added Equals function (was previously in basefunctions module) |
|
More...
|
about 18 years ago
|
Added new logical operators (&&, ||, !) Added new comparison operators (<, <=, ==, !=, >=, >) Equals function renamed to Equal. No longer has numerical tolerance. Equal and Pow functions are now inline operators New Infix class provides deparse method for infix operators (all objects in this module except for Neg and Not, which now have their own deparse method). |
|
More...
|
about 18 years ago
|
Added new logical operators (&&, ||, !) |
|
More...
|
about 18 years ago
|
Added new logical operators (&&, ||, !) |
|
More...
|
about 18 years ago
|
Added new logical operators (&&, ||, !) |
|
More...
|
about 18 years ago
|
Update compiler to handle new operators from parser |
|
More...
|
about 18 years ago
|
Update compiler to handle new operators from parser |
|
More...
|
about 18 years ago
|
Synchronize derived source with parser.yy 1.4 |
|
More...
|
about 18 years ago
|
Synchronize derived source with parser.yy 1.4 |
|
More...
|
about 18 years ago
|
Synchronise derived source with parser.yy 1.4 |
|
More...
|
about 18 years ago
|
Synchronise derived source with parser.yy 1.4 |
|
More...
|
about 18 years ago
|
Synchronize derived source with scanner.ll 1.2 |
|
More...
|
about 18 years ago
|
Synchronize derived source with scanner.ll 1.2 |
|
More...
|
about 18 years ago
|
Updated scanner and parser for new operators: logical (&&, ||, !), |
|
More...
|
about 18 years ago
|
Updated scanner and parser for new operators: logical (&&, ||, !), comparison (<, <=, >, >=, ==, !=) and special infix operators (%fname%) |
|
More...
|
about 18 years ago
|
The LogicalNode::name function uses the new Function::deparse member function |
|
More...
|
about 18 years ago
|
The LogicalNode::name function uses the new Function::deparse member function |
|
More...
|
about 18 years ago
|
Add default deparse method for function objects. |
|
More...
|
about 18 years ago
|
Add default deparse method for function objects. |
|
More...
|
about 18 years ago
|
New member function deparse for Function objects |
|
More...
|
about 18 years ago
|
New member function deparse for Function objects |
|
More...
|
about 18 years ago
|
Added pow() function (moved from modules basefunctions) |
|
More...
|
about 18 years ago
|
Added pow() function (moved from modules basefunctions) |
|
More...
|
about 18 years ago
|
Moded "pow()" function from basefunctions module |
|
More...
|
about 18 years ago
|
Moded "pow()" function from basefunctions module |
|
More...
|
about 18 years ago
|
Bison source file update to 1.17 |
|
More...
|
about 18 years ago
|