- [x] Add number separators using `_` (example: `56_000` should be same as `56000`) - [x] Add hexadecimal, binary and octal number literals through `0x`, `0b` and `0o` - [x] Add support for floats - [ ] Escape common escape characters in strings - [ ] Add a raw string syntax like \`here is a raw string\`, so that people can opt out of the escaping
_(example:56_000should be same as56000)0x,0band0o