aboutsummaryrefslogtreecommitdiff
path: root/src/compile/doctests.c
AgeCommit message (Collapse)Author
2025-09-21Deprecate `>> x ... = val` form of doctests and rename them to 'debugdoctests-to-debuglogBruce Hill
logs', also add multi-expression support
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Split out assertions into its own fileBruce Hill
2025-08-24Split out doctestsBruce Hill