json/test
Perry Kundert 546e148b24 Further performance improvements, and corrections in get_token_string
o An (-'ve valued, typically -1) EOF must never be allowed in
  token_string, as it be converted to 255 -- a legitimate value.
o Comparing against a specific eof() (-1, typically) is more costly than
  detecting +'ve/-'ve.  Since EOF is the only non-positive value allowed
  we can use the simpler test.
o Removed unnecessary test for token_string size, as it is already
  tested in the method, and must never occur in correct code; used an
  assert instead.
2017-10-05 16:16:41 -07:00
..
data 🐛 fix for #656 2017-07-17 07:53:02 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src Further performance improvements, and corrections in get_token_string 2017-10-05 16:16:41 -07:00
thirdparty 🔨 added filter script for branch coverage 2017-10-05 19:08:15 +02:00
CMakeLists.txt 🔨 added filter script for branch coverage 2017-10-05 19:08:15 +02:00
Makefile 🔧 removing -Weffc++ warnings 2017-10-05 19:43:19 +02:00