aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-10-26Numbers must be separated from field namesRose Hogenson1-0/+8
Another technically backwards-incompatible change, but it's important to avoid weird edge cases in lexing.
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
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 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