summaryrefslogtreecommitdiff
path: root/src/syntax/reparser.rs
AgeCommit message (Collapse)Author
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-04More efficient incremental parsingLaurenz
If validation fails, we now do exponential fallback to a larger segment instead of giving up entirely.
2023-04-04Disable clippy for specific lines (#503)Marek Barvíř
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
2023-02-17Impl `Eq` for syntax tree typesLaurenz
2023-01-28More capable math callsLaurenz
2023-01-27Hashtags everywhere!Laurenz
2023-01-20Fix small newline bugLaurenz
2023-01-20Fix a few clippy lintsLaurenz
2023-01-20Rewrite parserLaurenz