0
I Use This!
Low Activity

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use std::string instead of const char* to pass lexer token prinouts around. More... almost 15 years ago
New files for formula function interpretations. More... almost 15 years ago
New test model for function interpretation. More... almost 15 years ago
Interpret functions during calculation. More... almost 15 years ago
Pick up built-in function names and create function tokens. More... almost 15 years ago
Print error message on reference error during lexer token parsing. More... almost 15 years ago
Print ',' for separator tokens. More... almost 15 years ago
Check for empty tokens before interpreting. More... almost 15 years ago
Renamed model input files to prefix them with numbers. More... almost 15 years ago
Modified cli interface to allow parsing multiple model files. More... almost 15 years ago
Exec name to ixion-parser, and use -O2 for compiler optimization. More... almost 15 years ago
Added slickedit workspace files. More... almost 15 years ago
Define error type for invalid expression. More... almost 15 years ago
Reset values in the interpreter before each interpretation. More... almost 15 years ago
Handle division by zero condition, and store error condition with formula cells. More... almost 15 years ago
Add cases for self-reference (illegal) and division by zero (error). More... almost 15 years ago
Add more example of circular dependency. More... almost 15 years ago
Added two more cells that are not circular dependent. More... almost 15 years ago
Detect circular dependency conditions and flag #REF! for such cases. More... almost 15 years ago
Added test model for detecting circular dependencies. More... almost 15 years ago
Return expression immediately when the next token is neither + nor -. More... almost 15 years ago
Removed multiply_op() too. More... almost 15 years ago
Removed plus_op(). More... almost 15 years ago
Fixed the definition of expressions to get the order of precedence correctly. More... almost 15 years ago
Print cell names instead of pointers during expression parsing. More... almost 15 years ago
Moved some typedef's to global.hpp. More... almost 15 years ago
Store calculation results with the formula cells, and use them when referenced. More... almost 15 years ago
Removed unused data member. More... almost 15 years ago
A little cleanup. More... almost 15 years ago
Beautify interpreted expression. More... almost 15 years ago