Commits

Toni Suter committed 4f5a94e1a90
[Lexer] Remove redundant checks in lexNumber() The if statements check whether a number literal consists of just the 0b/0o/0x prefix which would be invalid. However, in all three cases there's a preceding check that already addresses this issue.