aboutsummaryrefslogtreecommitdiffstats
path: root/asspb_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-10-27Use struct reflection instead of relying on JSONRose Hogenson1-127/+229
This breaks backwards compatibility completely, of course. I wanted to rename the package anyway.
2025-10-26Separate the lexerRose Hogenson1-0/+3
2025-10-26Improve error messagesRose Hogenson1-0/+18
2025-10-26Strings must be valid UTF-8Rose Hogenson1-0/+10
2025-10-26Refine numeric literal syntaxRose Hogenson1-0/+27
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-25Make sure to remove \r\n as well as \n for WindowsRose Hogenson1-0/+4
2025-10-25Improve test coverageRose Hogenson1-0/+4
2025-10-25Some small improvementsRose Hogenson1-0/+9
2025-10-25Add support for C-style commentsRose Hogenson1-0/+8
2025-10-25Initial commitRose Hogenson1-0/+227