Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LexerParser: Regenerate parser files with GNU Bison 3.7.4 | Christoph GrĂ¼ninger | 2021-01-25 | 1 | -2/+2 |
| | | | | Adjust expected test output. | ||||
* | math(EXPR): Implement ~(exp_NOT) expression as documented | Gabor Bencze | 2019-07-23 | 1 | -2/+2 |
| | | | | Fixes: #19252 | ||||
* | math: Restore toleration of unexpected characters in an expression | Brad King | 2018-07-16 | 1 | -3/+2 |
| | | | | | | | | 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: Reject unexpected expression input explicitly | Daniel Franke | 2018-06-26 | 1 | -0/+6 |
Switch to C++ exceptions for lexer/parser error handling. Teach the lexer/parser to fail on unexpected input. |