summaryrefslogtreecommitdiffstats
path: root/Source/LexerParser/cmExprParser.y
Commit message (Collapse)AuthorAgeFilesLines
* LexerParser: Suppress GCC -Wconversion warningsBrad King2018-07-311-0/+3
| | | | | GCC 8 warns about some of the conversions in bison-generated code. Suppress the warnings.
* math: Restore toleration of unexpected characters in an expressionBrad King2018-07-161-1/+0
| | | | | | | | 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: Diagnose divide-by-zeroDaniel Franke2018-06-261-0/+4
|
* math: Reject unexpected expression input explicitlyDaniel Franke2018-06-261-0/+1
| | | | | Switch to C++ exceptions for lexer/parser error handling. Teach the lexer/parser to fail on unexpected input.
* LexerParser: move to custom directoryDaniel Pfeifer2017-04-281-0/+164