Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: Restore toleration of unexpected characters in an expression | Brad King | 2018-07-16 | 4 | -3/+15 |
| | | | | | | | | Prior to commit 7c4c13ffef (math: Reject unexpected expression input explicitly, 2018-05-18) we ignored unexpected characters in an expression that otherwise can be parsed. In order to preserve compatibility with projects that accidentally used this, convert the error to a warning. | ||||
* | math: Add options to calculate and format output as hexadecimal | Daniel Franke | 2018-07-03 | 11 | -0/+24 |
| | |||||
* | math: Diagnose divide-by-zero | Daniel Franke | 2018-06-26 | 4 | -0/+7 |
| | |||||
* | math: Reject unexpected expression input explicitly | Daniel Franke | 2018-06-26 | 4 | -0/+9 |
| | | | | | Switch to C++ exceptions for lexer/parser error handling. Teach the lexer/parser to fail on unexpected input. | ||||
* | math: Add RunCMake.math test to prepare for error cases | Daniel Franke | 2018-06-22 | 3 | -0/+15 |