1.3.4.0
- Support
++
and--
as prefix operators - Support
~
as bitwise complement operator - Support of the
sizeof
keyword - Add hexadecimal and binary notations for int values with
0x
and0b
prefixes - Add the
_
(underscore) as digit separator in numbers (all notations) - Add the following options to have a culture dependent way to evaluate numbers (thanks to @Vertygo for his ideas)(#22)
- Some memory management and performance improvement (thanks to @PhenX for his help)
- Some bugs corrections