summaryrefslogtreecommitdiff
path: root/src/pretty.rs
AgeCommit message (Expand)Author
2021-08-14Separate type for string valuesLaurenz
2021-08-13Optimize memory sizesLaurenz
2021-08-13Argument collection and spreadingLaurenz
2021-08-12Named arguments for user defined functionsLaurenz
2021-08-12Array and dictionary indexingLaurenz
2021-08-09New source loading architectureLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-11Simpler castingLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-07-10Eco string ๐ŸŒฑLaurenz
2021-07-08Replace using with fromLaurenz
2021-07-08Switch to = for headings once againLaurenz
2021-06-30Remove color literals (#39)Laurenz
2021-06-30No more collisions between syntax::Tree and layout::TreeLaurenz
2021-06-26With expressionsLaurenz
2021-06-11Basic enumsLaurenz
2021-06-09Tidy upLaurenz
2021-06-09Add a grid layouterMartin Haug
2021-06-09Introduce `fr`sMartin Haug
2021-06-09Remove template pretty printingLaurenz
2021-06-09Lists with indent-based parsingLaurenz
2021-06-07Switch back to hashtags for headingsLaurenz
2021-05-31Parse import and include expressionsMartin Haug
2021-05-28Refactored loading and cache architectureLaurenz
2021-05-26Add hash impls for all nodesMartin Haug
2021-03-21Syntax functions ๐Ÿš€Laurenz
2021-03-19Scheduled maintenance ๐Ÿ”จLaurenz
2021-03-03Callee expressions ๐Ÿ…Laurenz
2021-03-03Closures and function definitions ๐Ÿš€Laurenz
2021-03-02Remove dependencies on itoa and ryu โฌ‡๏ธLaurenz
2021-02-24While loops ๐Ÿ”Laurenz
2021-02-24Index + value iteration for arrays ๐ŸฆšLaurenz
2021-02-18Refresh parser ๐ŸŒŠ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 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-03Tidy up raw blocks ๐ŸงนLaurenz
2021-01-13Some minor improvements โ™ปLaurenz
2021-01-06Inline literal enum into expression enum ๐Ÿ”€Laurenz
2021-01-06Pretty printing ๐Ÿฆ‹Laurenz