aboutsummaryrefslogtreecommitdiffstats
path: root/ccl.go
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Fix error messages and add testsRose Hogenson1-28/+32
2025-12-01Allow octal and hex escapes to take fewer digitsRose Hogenson1-10/+16
2025-12-01Get rid of struct tokenRose Hogenson1-3/+3
2025-11-24Simplify redundant error messageRose Hogenson1-1/+1
2025-11-24Improve documentationRose Hogenson1-7/+17
2025-11-24Disallow control characters in stringsRose Hogenson1-4/+16
2025-11-24Only allow "true" and "false" for boolRose Hogenson1-10/+4
2025-11-24Don't allow decoding bool as intRose Hogenson1-16/+2
2025-11-22Improve error handlingRose Hogenson1-9/+9
2025-11-18Holy shit fuzzing is so coolRose Hogenson1-1/+1
2025-10-30Small cleanupRose Hogenson1-6/+6
2025-10-30Set the lexer as a field on parserRose Hogenson1-3/+3
2025-10-30Use a classic struct iterator instead of iter.PullRose Hogenson1-10/+3
2025-10-30Don't allocate an intermediate map[string]anyRose Hogenson1-200/+159
2025-10-30Allow all values to be pointersRose Hogenson1-9/+18
2025-10-30Remove the regexesRose Hogenson1-126/+145
2025-10-29Fix repeated fields behaviorRose Hogenson1-21/+44
2025-10-28Rename to cclRose Hogenson1-5/+5
2025-10-28Rename files to cclRose Hogenson1-0/+743