summaryrefslogtreecommitdiff
path: root/src/syntax/parser.rs
AgeCommit message (Collapse)Author
2023-06-27Basic package managementLaurenz
2023-06-20Make factorial take precedence over fraction in math expressions (#1487)bluebear94
Fixes #1475.
2023-06-12Resolve #1141: Add hint for missing numbering, improve hint format ↵Mathias Fischler
consistency (#1456)
2023-06-09Treat function-looking code in attachment as function (#985)Alex Saveau
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-03Parameter pattern bug (#1062)Marmare314
2023-05-03Add shorthand for root operation (#929)Marmare314
2023-04-26Touch up docsLaurenz
2023-04-26Pattern as parameter (#854)Marmare314
2023-04-25Destructuring assign (#703)Marmare314
2023-04-20forbid underscore as identifier closes #513 (#837)Marmare314
2023-04-19Fix argument sinksLaurenz
Fixes #886.
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-16refactor SyntaxKind::Pattern (#831)Marmare314
2023-04-13Fix function sinks (#638)Marmare314
2023-04-11fix parenthesized binding (#707)Marmare314
2023-04-11Fix duplicate error message for destructuringLaurenz
2023-04-06Unpacking syntax (#532)Marmare314
Closes #341
2023-03-31FIX lint clippy::len_without_is_empty (#451)Marek Barvíř
2023-03-27Fix parsing of unbalanced delimiters in mathLaurenz
2023-03-27Fix matrix delimitersLaurenz
Fixes #200.
2023-03-21Fix show rule colon error messageLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-14Reference supplementsLaurenz
2023-03-11Section referencesLaurenz
2023-03-01Bump `ecow`Laurenz
2023-02-23Merge main backLaurenz
2023-02-23Switch to ecowLaurenz
2023-02-17Fix semicolon parsingLaurenz
2023-02-17Fix error handling after hashtagLaurenz
2023-02-12Require colon in show ruleLaurenz
2023-02-12Fix "not in" precedenceLaurenz
2023-02-02Fix inconsistency between text and idents in mathLaurenz
2023-02-02Fix heading and list markersLaurenz
2023-01-30No text hashtagsLaurenz
2023-01-30Highlighting and docs fixesLaurenz
2023-01-29HTML highlightingLaurenz
2023-01-29MatricesLaurenz
2023-01-28Remove method call syntax kindLaurenz
2023-01-28More capable math callsLaurenz
2023-01-28Rework math attachments and accentsLaurenz
2023-01-27Fix math spacing bugsLaurenz
2023-01-27Scale shorthand bracketsLaurenz
2023-01-27More `track_caller` annotationsLaurenz
2023-01-27Hashtags everywhere!Laurenz
2023-01-23Math moduleLaurenz
2023-01-22Math delimiter groupingLaurenz
2023-01-20Fix a few clippy lintsLaurenz
2023-01-20Rewrite parserLaurenz