summaryrefslogtreecommitdiff
path: root/tests/lang/typ
AgeCommit message (Collapse)Author
2021-02-20Reorganize tests ๐Ÿ”€Laurenz
2021-02-18Show repr in monospace ๐Ÿ“Laurenz
2021-02-18Better function call tests โœ”Laurenz
2021-02-18Refresh parser ๐ŸŒŠLaurenz
2021-02-17Refresh tests ๐ŸŒŠLaurenz
2021-02-12Make templates and strings summable ๐ŸฅชLaurenz
2021-02-12Early quit loop when body returns error ๐Ÿ›‘Laurenz
2021-02-12Cleaning ๐ŸงนLaurenz
2021-02-03Tidy up raw blocks ๐ŸงนLaurenz
- Better trimming (only trim at the end if necessary) - Fixed block-level layouting - Improved pretty printing - Flip inline variable to block - Flip inline variable to display for math formulas
2021-01-31Refresh tests ๐Ÿ”„Laurenz
2021-01-30Allow shortening locations from 1:x-1:y to x-y ๐ŸฉณLaurenz
2021-01-30Interpret two backticks as single-backtick block โœ…Laurenz
2021-01-30New syntax ๐Ÿ’ŽLaurenz
- Everything everywhere! - Blocks with curly braces: {} - Templates with brackets: [] - Function templates with hashtag: `#[f]` - Headings with equals sign: `= Introduction`
2021-01-27Capture variables in templates ๐Ÿ”Laurenz
2021-01-26Multi-expression blocks ๐Ÿ›๏ธLaurenz
2021-01-26Require hashtag for all keywords ๐Ÿ’‚โ€โ™€๏ธLaurenz
2021-01-26Small improvements โ™ปLaurenz
2021-01-22Many more expressions ๐Ÿฅ—Laurenz
Boolean, equality, comparison and assignment expression parsing and evaluation.
2021-01-20If expressions ๐Ÿ”€Laurenz
2021-01-17Spans for group and block contents ๐Ÿ“Laurenz
2021-01-17Assertions with [eq] + better tests ๐ŸฉบLaurenz
2021-01-16Flip test directory structure ๐Ÿ”ƒLaurenz
Move full/lang/library to the top-level as that's more ergonomic to use.