nothings / stb

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

Fix char literal parsing #1653

Open Wonshtrum opened 2 weeks ago

Wonshtrum commented 2 weeks ago

When creating a char literal token, its end pointed one character after its actual end. See #1652.