Commit Graph

10 Commits

Author SHA1 Message Date
Alan Hickman
49d3871d86 stb_c_lexer.h: C99 hex float literals
* Add support for C99 hex float literals
* + is acceptable in a floating-point exponent
* log(n) implementation of pow for stb__clex_parse_float
* Add hex int and float test cases
2016-09-18 21:33:26 -07:00
Alan Hickman
c6b6239357 stb_c_lexer.h: Compile fixes when not using CRT 2016-09-18 21:33:26 -07:00
Craig Donner
ee6978cb68 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. 2016-02-25 12:55:44 -08:00
Sean Barrett
418d21f2e2 bump the version number and add version hisoty 2016-01-16 07:52:15 -08:00
Sean Barrett
31eff2dcaf fix bug in integer parsing 2015-11-08 00:37:52 -08:00
Ryan Whitworth
4ab69f3b2c Added public domain license text 2015-08-01 14:46:52 -04:00
Sean Barrett
62e4ffe6c7 fix bug in string parsing that was ignoring next character after the string 2014-06-19 20:03:22 -07:00
Sean Barrett
42ee042407 Re-add lost fix to 'get_location' function as reported by Andreas Fredriksson. 2014-06-15 12:47:14 -07:00
Sean Barrett
fcfcb9bb3f generate README.md in part by parsing libraries so that version numbers are in sync 2014-05-30 14:15:51 -07:00
Sean Barrett
e2caccb811 initial checkin 2014-05-25 10:18:03 -07:00