summaryrefslogtreecommitdiff
path: root/src/syntax/span.rs
AgeCommit message (Expand)Author
2021-08-21Prune derivesLaurenz
2021-08-14Separate type for string valuesLaurenz
2021-08-13Add file information to spansLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-04-21Make frames serializable ๐Ÿ“šLaurenz
2021-03-19Scheduled maintenance ๐Ÿ”จLaurenz
2021-02-11Move all pretty printing into one module and pretty print values ๐Ÿฆ‹Laurenz
2021-02-09Split evaluation and execution ๐Ÿ”ชLaurenz
2021-01-26Multi-expression blocks ๐Ÿ›๏ธLaurenz
2021-01-22Many more expressions ๐Ÿฅ—Laurenz
2021-01-16Port remaining parser tests ๐ŸššLaurenz
2021-01-04Better value representations, type function ๐ŸŒLaurenz
2021-01-03Move and rename many things ๐Ÿš›Laurenz
2021-01-01A few small improvements โ™ปLaurenz
2020-11-16Remove unused function `Spanned::value` ๐Ÿ—‘Laurenz
2020-10-12Synchronous layout ๐Ÿช€Laurenz
2020-10-05Streamline generic layouting primitives ๐Ÿ›ซLaurenz
2020-10-04Better argument parsing ๐Ÿฅ™Laurenz
2020-10-03Small documentation fixes ๐ŸงพLaurenz
2020-10-02Remove spans from token iterator ๐ŸงฝLaurenz
2020-10-02Refactor parser ๐ŸžLaurenz
2020-10-01Reorganize ast types ๐Ÿ•Laurenz
2020-10-01Make syntax not depend on parse ๐Ÿ“ฉLaurenz
2020-09-30Refactor raw blocks ๐Ÿ’ฑLaurenz
2020-09-30Replace line/column with byte positions ๐Ÿ”ขLaurenz
2020-09-30SpanWith trait โ†”Laurenz
2020-09-30Move decoration into mod.rs ๐Ÿ”™Laurenz
2020-09-30Reorganize syntax types into two modules ๐Ÿ“ฆLaurenz
2020-08-16Add Value type and replace dyn-nodes with call-exprs ๐Ÿ—Laurenz
2020-08-15Remove SpanlessEq ๐ŸŽƒLaurenz
2020-08-15Take references in TryFromExpr ๐Ÿ”ญLaurenz
2020-08-03Formatting, documentation and small improvements ๐ŸงฝLaurenz
2020-08-02Move binary into separate crate and tidy dependencies ๐ŸŽญLaurenz
2020-08-02Refactor argument parsing ๐Ÿ”ฌLaurenz
2020-07-29Move, rename and switch some things (boring) ๐ŸššLaurenz
2020-07-27Refactor parser ๐Ÿš‡Laurenz
2020-07-26Streamline parser and tokenizer test code โœˆLaurenz
2020-07-26Rename errors to problems and make error! macro more ergonomic ๐ŸงผLaurenz
2020-02-11Parse tuples and objects ๐Ÿ’Laurenz
2020-02-04Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` ๐ŸŒ๐ŸŽข๐ŸŒšLaurenz
2020-02-03Port tests ๐ŸšLaurenz
2020-02-03Better Debug/Display and Derives ๐ŸงฝLaurenz
2020-01-26Document everything ๐Ÿ“œLaurenz
2020-01-24Reorganize modules ๐ŸงฑLaurenz
2020-01-21Decoupled function parser ๐Ÿ”— [WIP]Laurenz
2020-01-19Move to non-fatal errors ๐Ÿช‚ [WIP]Laurenz
2020-01-18ColorToken serialization + function fix ๐ŸšงLaurenz
2020-01-16Powerful parser testing ๐Ÿฑโ€๐Ÿ‘คLaurenz
2020-01-13Refactor expressions and create tuples and objects ๐ŸงฎLaurenz