nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.77k stars 7.66k forks source link

Implement lexing for hex, octal and unicode escape sequences. #1651

Closed SafeMemoryZone closed 2 weeks ago

SafeMemoryZone commented 3 weeks ago

Added support for more escape sequences in the stb__clex_parse_char function.