summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-13Factor out alignment deduplication into separate function โ™ปLaurenz
2021-03-12Fix pagebreak-in-box bug โœ”Laurenz
2021-03-12Refactor execution context ๐Ÿ—Laurenz
2021-03-12Rename ChildAlign to LayoutAligns โœLaurenz
2021-03-11Better expansion behaviour ๐ŸชLaurenz
2021-03-10Pad function ๐Ÿ”ฒLaurenz
2021-03-10Move around library types ๐ŸššLaurenz
2021-03-10Better line spacing calculations โ†•Laurenz
2021-03-09Rename run to line and add some explanatory comments โœLaurenz
2021-03-03Documentation fixes โœ”Laurenz
2021-03-03Callee expressions ๐Ÿ…Laurenz
2021-03-03Show name of user-defined functions in representation ๐Ÿฆ‹Laurenz
2021-03-03Closures and function definitions ๐Ÿš€Laurenz
2021-03-02Simplify collection parsing โ™ปLaurenz
2021-03-02Replace default fonts ๐Ÿ†•Laurenz
2021-03-02Remove dependencies on itoa and ryu โฌ‡๏ธLaurenz
2021-02-24Cleaner control flow in for loop evaluation ๐ŸงผLaurenz
2021-02-24While loops ๐Ÿ”Laurenz
2021-02-24Index + value iteration for arrays ๐ŸฆšLaurenz
2021-02-21Split pushed text at newlines โœ‚Laurenz
2021-02-21Fix spacing after raw blocks โฌ‡๏ธLaurenz
2021-02-18Update coma example โฌ†๏ธLaurenz
2021-02-18Show repr in monospace ๐Ÿ“Laurenz
2021-02-18Refresh parser ๐ŸŒŠLaurenz
2021-02-18Refresh tokenizer ๐ŸŒŠLaurenz
2021-02-12Rename any template to func template โœ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-11Small fixes โ™ปLaurenz
2021-02-11Move span directly into diagnostics ๐ŸššLaurenz
2021-02-11Move all pretty printing into one module and pretty print values ๐Ÿฆ‹Laurenz
2021-02-09Add arguments value ๐Ÿ“Laurenz
2021-02-09Split evaluation and execution ๐Ÿ”ชLaurenz
2021-02-07Remove captured expression ๐Ÿ—‘๏ธLaurenz
2021-02-07Dry-clean visitor with a macro ๐ŸœLaurenz
2021-02-06Generalize child of NodeBackground ๐ŸผMartin Haug
2021-02-06Merge `rect` and `box` ๐ŸฆšMartin Haug
2021-02-04Add rectangle function ๐ŸŽ›Martin Haug
2021-02-04Fix counting bug โœ…Laurenz
2021-02-03Tidy up raw blocks ๐ŸงนLaurenz
2021-01-31Refresh tests ๐Ÿ”„Laurenz
2021-01-30Scoped for loop bindings ๐Ÿ”๏ธLaurenz
2021-01-30Capture variable by slot instead of value ๐ŸŽฃLaurenz
2021-01-30Interpret two backticks as single-backtick block โœ…Laurenz
2021-01-30New display-math syntax ๐ŸงฎLaurenz
2021-01-30New syntax ๐Ÿ’ŽLaurenz
2021-01-30Moves captures visitor into separate file ๐ŸššLaurenz
2021-01-27Capture variables in templates ๐Ÿ”Laurenz
2021-01-27Always evaluate for loop to template ๐Ÿ”Laurenz