Closed ProSurfer73 closed 1 year ago
The feature has now been implemented. Lets close the issue.
There is a problem with the implementation. Firstly, it crashes now and then. Secondly, expressions alone are considered as invalid. Thirdly, when it is followed by a number greater or equal to 8, it should not be converted from octal to decimal, as it is not an octal expression. Lets fix that !
Thanks to previous commit, the first and the second issues are now resolved. But there is still the third issue to solve !
Thanks to previous commit, the 3 issues should now be resolved. Octal literals should now be fully supported. Lets close the issue.
Lets support octal literals. (source: https://www.geeksforgeeks.org/integer-literal-in-c-cpp-prefixes-suffixes/)