aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-11-24Simplify redundant error messageRose Hogenson1-1/+1
2025-11-24Improve documentationRose Hogenson1-7/+17
2025-11-24Disallow control characters in stringsRose Hogenson2-4/+30
2025-11-24Only allow "true" and "false" for boolRose Hogenson3-26/+20
2025-11-24Don't allow decoding bool as intRose Hogenson2-32/+26
2025-11-22Improve error handlingRose Hogenson2-14/+13
2025-11-18Holy shit fuzzing is so coolRose Hogenson3-6/+184
2025-10-30Add a helper function for readabilityRose Hogenson1-3/+7
2025-10-30Small cleanupRose Hogenson1-6/+6
2025-10-30Set the lexer as a field on parserRose Hogenson3-8/+4
2025-10-30Use a classic struct iterator instead of iter.PullRose Hogenson3-78/+54
2025-10-30Don't allocate an intermediate map[string]anyRose Hogenson1-200/+159
2025-10-30Allow all values to be pointersRose Hogenson2-9/+37
2025-10-30Remove the regexesRose Hogenson3-155/+236
2025-10-30Add benchmarkRose Hogenson1-0/+57
2025-10-29Fix repeated fields behaviorRose Hogenson2-28/+66
2025-10-28Rename to cclRose Hogenson5-11/+10
2025-10-28Rename files to cclRose Hogenson2-0/+0
2025-10-28Rework struct unpackingRose Hogenson2-151/+528
2025-10-27Build the field map only onceRose Hogenson2-43/+53
2025-10-27Use struct reflection instead of relying on JSONRose Hogenson2-214/+356
2025-10-26Numbers must be separated from field namesRose Hogenson1-0/+8
2025-10-26Fix typoRose Hogenson1-1/+1
2025-10-26Separate the lexerRose Hogenson3-117/+228
2025-10-26Improve error messagesRose Hogenson2-13/+53
2025-10-26Strings must be valid UTF-8Rose Hogenson2-15/+43
2025-10-26Refine numeric literal syntaxRose Hogenson2-6/+36
2025-10-25Make sure to remove \r\n as well as \n for WindowsRose Hogenson2-2/+8
2025-10-25Downgrade required Go versionRose Hogenson1-1/+1
2025-10-25Improve test coverageRose Hogenson2-1/+5
2025-10-25Some small improvementsRose Hogenson2-34/+73
2025-10-25Add documentationRose Hogenson2-3/+148
2025-10-25Add support for C-style commentsRose Hogenson2-1/+9
2025-10-25Remove some accidental debugging linesRose Hogenson1-2/+0
2025-10-25Initial commitRose Hogenson5-0/+1219