Open michalf1 opened 4 years ago
Hello Vitaliy, I don't agree that hex constants are not typical (I use them quite often). In my opinion the parser is incomplete without that functionality. Anyway I made some fixes and tests - now it's passing all tests. Br, Michał
This PR cannot be accepted:
if (s[lexem.End] == '0' && s[lexem.End + 1] == 'x') {