| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-28 | Rename files to ccl | Rose Hogenson | 1 | -743/+0 | |
| 2025-10-28 | Rework struct unpacking | Rose Hogenson | 1 | -129/+308 | |
| 2025-10-27 | Build the field map only once | Rose Hogenson | 1 | -33/+43 | |
| 2025-10-27 | Use struct reflection instead of relying on JSON | Rose Hogenson | 1 | -87/+127 | |
| This breaks backwards compatibility completely, of course. I wanted to rename the package anyway. | |||||
| 2025-10-26 | Numbers must be separated from field names | Rose Hogenson | 1 | -0/+8 | |
| Another technically backwards-incompatible change, but it's important to avoid weird edge cases in lexing. | |||||
| 2025-10-26 | Separate the lexer | Rose Hogenson | 1 | -117/+120 | |
| 2025-10-26 | Improve error messages | Rose Hogenson | 1 | -13/+35 | |
| 2025-10-26 | Strings must be valid UTF-8 | Rose Hogenson | 1 | -15/+33 | |
| 2025-10-26 | Refine numeric literal syntax | Rose Hogenson | 1 | -6/+9 | |
| Leading zeros are no longer permitted in decimal literals, which is technically a backwards-incompatible change, but I consider it to be something like a bug fix. Anyway, the project is unlikely to have any users that would be impacted. | |||||
| 2025-10-25 | Make sure to remove \r\n as well as \n for Windows | Rose Hogenson | 1 | -2/+4 | |
| 2025-10-25 | Improve test coverage | Rose Hogenson | 1 | -1/+1 | |
| 2025-10-25 | Some small improvements | Rose Hogenson | 1 | -34/+64 | |
| 2025-10-25 | Add documentation | Rose Hogenson | 1 | -3/+122 | |
| 2025-10-25 | Add support for C-style comments | Rose Hogenson | 1 | -1/+1 | |
| 2025-10-25 | Remove some accidental debugging lines | Rose Hogenson | 1 | -2/+0 | |
| 2025-10-25 | Initial commit | Rose Hogenson | 1 | -0/+311 | |
