summaryrefslogtreecommitdiff
path: root/src/exec/mod.rs
AgeCommit message (Expand)Author
2021-08-17Library functions behave more imperativelyLaurenz
2021-08-17More logical ordering and namingLaurenz
2021-08-17Make percentages for h and v relative to area instead of font sizeLaurenz
2021-08-16Convert single-field structs to tuple structsLaurenz
2021-08-14Separate type for string valuesLaurenz
2021-08-13Optimize memory sizesLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-29Refactor stateLaurenz
2021-07-29Move EcoString and OptionExt into utilLaurenz
2021-07-25Merge font and par state into text stateLaurenz
2021-07-25State-based monospace handlingLaurenz
2021-07-21Main context structLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-07-10Eco string ๐ŸŒฑLaurenz
2021-07-08Compare functions and templates by identityLaurenz
2021-06-30No more collisions between syntax::Tree and layout::TreeLaurenz
2021-06-29Make use of wide callsLaurenz
2021-06-11Push some nodes directly into the stackLaurenz
2021-06-11Basic enumsLaurenz
2021-06-11Remove props in favor of using state for everythingLaurenz
2021-06-09Lists with indent-based parsingLaurenz
2021-06-01Refactor path handlingLaurenz
2021-05-28Refactored loading and cache architectureLaurenz
2021-03-29Write spaces and linebreaks into text runs โœ’Laurenz
2021-03-25Refactor alignments & directions ๐Ÿ“Laurenz
2021-03-21Syntax functions ๐Ÿš€Laurenz
2021-03-20Square, circle and ellipse ๐Ÿ”ตLaurenz
2021-03-19Scheduled maintenance ๐Ÿ”จLaurenz
2021-03-19Configurable font edges โš™Laurenz
2021-03-12Refactor execution context ๐Ÿ—Laurenz
2021-03-12Rename ChildAlign to LayoutAligns โœLaurenz
2021-03-11Better expansion behaviour ๐ŸชLaurenz
2021-02-21Split pushed text at newlines โœ‚Laurenz
2021-02-21Fix spacing after raw blocks โฌ‡๏ธLaurenz
2021-02-18Show repr in monospace ๐Ÿ“Laurenz
2021-02-12Rename any template to func template โœLaurenz
2021-02-12Make templates and strings summable ๐ŸฅชLaurenz
2021-02-12Cleaning ๐Ÿงน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