summaryrefslogtreecommitdiff
path: root/src/syntax/node.rs
AgeCommit message (Expand)Author
2023-06-27Basic package managementLaurenz
2023-04-23Add instrumentation (Part 1) (#761)SΓ©bastien d'Herbais de Thun
2023-03-31FIX lint clippy::len_without_is_empty (#451)Marek BarvΓ­Ε™
2023-03-11Jump to source and previewLaurenz
2023-02-23Merge main backLaurenz
2023-02-23Switch to ecowLaurenz
2023-02-17Impl `Eq` for syntax tree typesLaurenz
2023-02-13Let `eval` take code instead of markupLaurenz
2023-01-29HTML highlightingLaurenz
2023-01-28Remove method call syntax kindLaurenz
2023-01-28More capable math callsLaurenz
2023-01-27Autocomplete methodsLaurenz
2023-01-27Hashtags everywhere!Laurenz
2023-01-20Fix a few clippy lintsLaurenz
2023-01-20Rewrite parserLaurenz
2023-01-15Remove most fields from `SyntaxKind` enumLaurenz
2023-01-14Reorganize syntax moduleLaurenz
2022-11-22Rename two syntax typesLaurenz
2022-11-22Make inner node and node data privateLaurenz
2022-11-04Style changesLaurenz
2022-11-03Split cratesLaurenz
2022-10-17Merge some modulesLaurenz
2021-09-15Rename `SyntaxTree` to `Markup`Laurenz
2021-08-21Prune derivesLaurenz
2021-08-17Library functions behave more imperativelyLaurenz
2021-08-13Optimize memory sizesLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-07-10Eco string 🌱Laurenz
2021-06-30No more collisions between syntax::Tree and layout::TreeLaurenz
2021-06-26Cleanse libraryLaurenz
2021-06-11Basic enumsLaurenz
2021-06-09Lists with indent-based parsingLaurenz
2021-04-21Make frames serializable πŸ“šLaurenz
2021-03-21Syntax functions πŸš€Laurenz
2021-03-19Scheduled maintenance πŸ”¨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-04Fix counting bug βœ…Laurenz
2021-02-03Tidy up raw blocks 🧹Laurenz
2021-01-30Interpret two backticks as single-backtick block βœ…Laurenz
2021-01-30New syntax πŸ’ŽLaurenz
2021-01-26More straightforward pretty printing tests 🧹Laurenz
2021-01-12Group and block expressions, unary plus 🧩Laurenz
2021-01-10Braced content -> Bracketed templates ✏Laurenz
2021-01-06Inline literal enum into expression enum πŸ”€Laurenz
2021-01-06Pretty printing πŸ¦‹Laurenz
2021-01-03Move and rename many things πŸš›Laurenz
2021-01-02Dynamic values, Types, Arrays, and Dictionaries πŸš€Laurenz