summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/parser.rs
AgeCommit message (Expand)Author
2024-07-16decorator -> annotationPgBiel
2024-07-15Merge branch 'main' into warn-suppressionPgBiel
2024-07-15current_kind -> currentPgBiel
2024-07-08Primes should not further raise next superscript's position (#4492)Leedehai
2024-06-26lexer now returns nodesPgBiel
2024-06-26use lexer subtrees to parse decoratorsPgBiel
2024-06-26initial decorator parsing in markupPgBiel
2024-06-12Lexer hint (#4346)astrale-sharp
2024-06-04Hint for labels in code mode (#4319)Yip Coekjan
2024-05-30Add nested import syntax (#4228)Tulio Martins
2024-04-30Let let-binding raise error on unexpected keywords (#4034)Leedehai
2024-04-19Fix empty 2-d math args with whitespace/trivia (#3786)Ian Wrzesinski
2024-04-08SyntaxKind::Eof => SyntaxKind::End to better express its usage (#3872)Leedehai
2024-04-03Fix newline parsing behavior in code mode (#3780)Leedehai
2024-03-12Fix parsing of parenthesized imports (#3633)Laurenz
2024-03-03Fix some comments (#3541)geekvest
2024-03-01Provide more fine-grained spans in raw blocks (#3257)Myriad-Dreamin
2024-02-28Make use of `is_some_and` where applicable (#3523)Laurenz
2024-02-27Fix bugs with parenthesized expression parsing (#3505)Laurenz
2024-02-27Fix parser bug with space before colon (#3504)Laurenz
2024-02-27New context system (#3497)Laurenz
2024-02-21Destructuring improvements (#3463)Laurenz
2024-02-18Introduce `SyntaxSet` (#3450)Laurenz
2024-01-16Syntax error if function name is parenthesized (#3058)Heinenen
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
2023-12-18Fix a parser bug causing `x.)` to be treated as a field access (#2962)Carson McManus
2023-11-19Streamline importsLaurenz
2023-11-07Add hints for invalid identifier errors (#2583)tingerrr
2023-11-06Prevent silent swallowing of return expressions trailing arguments (#2545)Samuel Tardieu
2023-11-02Implement dict key interpolation (#2559)Matt Fellenz
2023-10-09Hashtag -> HashLaurenz
2023-09-12Fix newline parsing behaviour in markupLaurenz
2023-09-06Don't automatically match fencesLaurenz
2023-08-30Allow renaming imports with `as` (#1923)Pg Biel
2023-08-03enum ident one more then current start (#1824)Anton Wetzel
2023-07-18Extract syntax module into typst-syntax crateLaurenz