6 Commits

Author SHA1 Message Date
Vinnie Falco
24e8e45690 parser release has a precondition 2020-09-08 17:47:04 -07:00
Vinnie Falco
591e2dc5a5 serializer refactor (API Change):
fix #275

* serialize() replaces to_string()
* serialize.hpp replaces to_string.hpp
* serializer works on all types
* serialize, operator<< work on all types
* reset() takes pointer arguments
* resetting constructor removed
2020-09-07 10:36:26 -07:00
Paul Dreik
fae3b02925 to_string is fuzzed
close #268
2020-09-04 10:22:45 -07:00
Paul Dreik
b2534ab2f5 parse_options is fuzzed 2020-09-04 10:22:41 -07:00
Krystian Stasiowski
7e7155de59 parser members don't throw, and tidy:
* parser members do not throw
* parse free functions are in parse.hpp

fix #199. close #201
2020-08-24 16:30:48 -07:00
Paul Dreik
101299c528 add fuzzing in a github action 2020-08-22 06:37:07 -07:00