1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 28, 2024 — Sep 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added prod function, which acts like the sum function but takes the product. More... about 18 years ago
Added new operators to ParseTree.h More... about 18 years ago
Added new operators to ParseTree.h Updated derived source files with parser/scanner changes More... about 18 years ago
Document modified behaviour of "parameters in" for multi-chain models. 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 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