Commit Graph
22 Commits
Author SHA1 Message Date
cozis a0fd25132e more docs! 2022-04-25 13:43:19 +02:00
cozis f3fde81d01 added overview paragraph to the readme 2022-04-25 13:07:20 +02:00
cozis 131fc7f009 added fuzzer and fixed a couple of bugs found by it 2022-04-25 00:56:35 +02:00
cozis f89d0ce6d2 fixed potential use before initialization 2022-04-24 23:59:37 +02:00
cozis cec593c6fc allow UTF-8 inside strings 2022-04-24 23:52:47 +02:00
cozis 87c133d962 bug fix. Non-ASCII data in strings was reported as control characters 2022-04-24 23:41:16 +02:00
cozis 6e325ce4ea parsing exponents with a sign 2022-04-24 23:31:02 +02:00
cozis 113830d092 persing minus sign and exponents for numeric values 2022-04-24 23:12:35 +02:00
cozis 841e3f75fa now \uXXXX\uXXXX are encoded separately if together they're not valid UTF-32 2022-04-24 21:55:00 +02:00
cozis f34961a58f support \uXXXX format 2022-04-24 21:38:26 +02:00
cozis f5b0cda5ad added support for special characters in strings 2022-04-24 19:21:38 +02:00
cozis c34400eeca new readme 2022-04-19 02:12:50 +02:00
cozis d7df11aab7 added some comments here and there 2022-04-19 02:04:04 +02:00
cozis 1ec3d78ab6 bug fix in pointer aligning function 2022-04-19 01:55:39 +02:00
cozis 8e3b4411ed fixed allocator use after free and added some somments 2022-04-19 01:30:32 +02:00
cozis 7a77020c29 parser bug fix 2022-04-19 00:37:07 +02:00
cozis 0d2fe6ac01 grindin' 2022-04-19 00:34:34 +02:00
cozis a91b0308f9 bug fix 2022-04-03 20:01:00 +02:00
cozis 252f390ca9 added overflow check when parsing integers 2022-04-02 22:16:04 +02:00
cozis b2ea86585f more tests 2022-04-02 20:23:37 +02:00
cozis b8b40f6c54 added basic tests 2022-04-02 19:57:00 +02:00
cozis 3af2ba02f7 first commit 2022-04-02 18:51:04 +02:00