refactor(parsing): remove old FromStr-based parser implementation

This commit is contained in:
Khaïs COLIN 2025-05-04 18:17:36 +02:00
parent 106c2547b5
commit 6b49d3ca14
9 changed files with 67 additions and 99 deletions

View file

@ -187,8 +187,11 @@ CLOCK: [2025-05-04 dim. 14:01]--[2025-05-04 dim. 14:14] => 0:13
* DONE error offsets are incorrect
* TODO remove old FromStr parser implementation
* DONE remove old FromStr parser implementation
* TODO use a better readline impl
* TODO handle non-interactive input better
* TODO cli tests using insta-cmd
https://insta.rs/docs/cmd/