Fix bug in hex parsing for negative numbers.

This commit is contained in:
Stephen Chung
2021-12-18 17:07:30 +08:00
parent 10fa6844c4
commit 9736171089
5 changed files with 48 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Custom syntax now works properly inside binary expressions and with method calls.
* Hex numbers with the high-bit set now parse correctly into negative integer numbers.
Enhancements
------------