diff options
author | Sven Gothel <[email protected]> | 2023-08-10 10:47:22 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-10 10:47:22 +0200 |
commit | f8752c59945205b717c4b21ceeb4044ae9a0e9df (patch) | |
tree | d4260a0a69f523d2a2fe8db4c817f2b3d7b28744 /src/native | |
parent | b5ec911572aa0c07228fcb02976a8e848cc90391 (diff) |
Bug 1450: Fix 'Number' rule, i.e. only consume positive numbers as `additiveExpr` and `unaryExpr` consume the '-' operator
n GlueGen commit 10032c0115f2794a254cffc2a1cd5e48ca8ff0b8 in branch JOGL_2_SANDBOX
Ken hacked in consuming a '-' prefix to have negative numbers covered by 'Number'.
This is wrong, as it breaks deduction of `additiveExpr` and 'unaryExpr' rules,
which want to consume '-' and '+'.
The latter is used to completely resolve constant expressions
starting from the 'constExpr' rule.
See ISO 9899:202x Programming Language - C
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2596.pdf
Diffstat (limited to 'src/native')
0 files changed, 0 insertions, 0 deletions