summaryrefslogtreecommitdiff
path: root/src/syntax/ast.rs
AgeCommit message (Expand)Author
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-18Clippy fixes (#856)Marek Barvíř
2023-04-16refactor SyntaxKind::Pattern (#831)Marmare314
2023-04-13Fix function sinks (#638)Marmare314
2023-04-11fix parenthesized binding (#707)Marmare314
2023-04-06Unpacking syntax (#532)Marmare314
2023-04-04clippy::match_like_matches_macro (#502)Marek Barvíř
2023-04-04Integers with different basesLaurenz
2023-03-28Fix parsing of language in single-tick raw literals (#401)frozolotl
2023-03-27Fix enum parsing and allow zero in numberingsLaurenz
2023-03-22Fix typos (#115)Kian-Meng Ang
2023-03-21More math shorthandsLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-18Attach parameter list span to functionLaurenz
2023-03-17CountersLaurenz
2023-03-14Reference supplementsLaurenz
2023-03-08Streamline field namesLaurenz
2023-02-23Merge main backLaurenz
2023-02-23Switch to ecowLaurenz
2023-02-17Impl `Eq` for syntax tree typesLaurenz
2023-01-31More `PartialEq` impls for `EcoString`Laurenz
2023-02-02Math testsLaurenz
2023-01-29Make shorthand list inspectableLaurenz
2023-01-29Import completionsLaurenz
2023-01-28Better analysis for literalsLaurenz
2023-01-28Remove method call syntax kindLaurenz
2023-01-28More capable math callsLaurenz
2023-01-28Rework math attachments and accentsLaurenz
2023-01-27Scale shorthand bracketsLaurenz
2023-01-27More `track_caller` annotationsLaurenz
2023-01-27Symbol values and modulesLaurenz
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
2023-01-15Remove most fields from `SyntaxKind` enumLaurenz
2023-01-14Eliminate literal typeLaurenz
2023-01-03New import syntaxLaurenz
2022-12-31Merge `MarkupNode` and `MathNode` into `Expr`Laurenz
2022-12-30Recursion with max depthLaurenz
2022-12-22Rename `desc` to `terms`Laurenz
2022-12-21Split up list type into three separate types and document themLaurenz
2022-12-17Document parameters in commentLaurenz
2022-12-15Reflection for castablesLaurenz
2022-12-14Linked syntax nodeLaurenz
2022-12-09Align set ruleLaurenz
2022-12-06Math shorthandsLaurenz