| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2025-11-24 | Disallow control characters in strings | Rose Hogenson | 2 | -4/+30 |
| 2025-11-24 | Only allow "true" and "false" for bool | Rose Hogenson | 3 | -26/+20 |
| 2025-11-24 | Don't allow decoding bool as int | Rose Hogenson | 2 | -32/+26 |
| 2025-11-22 | Improve error handling | Rose Hogenson | 2 | -14/+13 |
| 2025-11-18 | Holy shit fuzzing is so cool | Rose Hogenson | 3 | -6/+184 |
| 2025-10-30 | Add a helper function for readability | Rose Hogenson | 1 | -3/+7 |
| 2025-10-30 | Small cleanup | Rose Hogenson | 1 | -6/+6 |
| 2025-10-30 | Set the lexer as a field on parser | Rose Hogenson | 3 | -8/+4 |
| 2025-10-30 | Use a classic struct iterator instead of iter.Pull | Rose Hogenson | 3 | -78/+54 |
| 2025-10-30 | Don't allocate an intermediate map[string]any | Rose Hogenson | 1 | -200/+159 |
| 2025-10-30 | Allow all values to be pointers | Rose Hogenson | 2 | -9/+37 |
| 2025-10-30 | Remove the regexes | Rose Hogenson | 3 | -155/+236 |
| 2025-10-30 | Add benchmark | Rose Hogenson | 1 | -0/+57 |
| 2025-10-29 | Fix repeated fields behavior | Rose Hogenson | 2 | -28/+66 |
| 2025-10-28 | Rename to ccl | Rose Hogenson | 5 | -11/+10 |
| 2025-10-28 | Rename files to ccl | Rose Hogenson | 2 | -0/+0 |
| 2025-10-28 | Rework struct unpacking | Rose Hogenson | 2 | -151/+528 |
| 2025-10-27 | Build the field map only once | Rose Hogenson | 2 | -43/+53 |
| 2025-10-27 | Use struct reflection instead of relying on JSON | Rose Hogenson | 2 | -214/+356 |
| 2025-10-26 | Numbers must be separated from field names | Rose Hogenson | 1 | -0/+8 |
| 2025-10-26 | Fix typo | Rose Hogenson | 1 | -1/+1 |
| 2025-10-26 | Separate the lexer | Rose Hogenson | 3 | -117/+228 |
| 2025-10-26 | Improve error messages | Rose Hogenson | 2 | -13/+53 |
| 2025-10-26 | Strings must be valid UTF-8 | Rose Hogenson | 2 | -15/+43 |
| 2025-10-26 | Refine numeric literal syntax | Rose Hogenson | 2 | -6/+36 |
| 2025-10-25 | Make sure to remove \r\n as well as \n for Windows | Rose Hogenson | 2 | -2/+8 |
| 2025-10-25 | Downgrade required Go version | Rose Hogenson | 1 | -1/+1 |
| 2025-10-25 | Improve test coverage | Rose Hogenson | 2 | -1/+5 |
| 2025-10-25 | Some small improvements | Rose Hogenson | 2 | -34/+73 |
| 2025-10-25 | Add documentation | Rose Hogenson | 2 | -3/+148 |
| 2025-10-25 | Add support for C-style comments | Rose Hogenson | 2 | -1/+9 |
| 2025-10-25 | Remove some accidental debugging lines | Rose Hogenson | 1 | -2/+0 |
| 2025-10-25 | Initial commit | Rose Hogenson | 5 | -0/+1219 |
