From e257cb750003fd15ac9dc72ae687cb3e0c0eb680 Mon Sep 17 00:00:00 2001 From: "Guillem L. Jara" <4lon3ly0@tutanota.com> Date: Thu, 7 May 2026 18:01:59 +0200 Subject: [PATCH] README: update progress --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2e2e814..8133a4f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Essentially done; it is only lacking thorough testing and numeric escapings (goo Also mostly done; some bullet points: -* Rough edges around error handling on expected tokens (remove `todo!()` and friends on a few error branches; trivial). * Extend spans during Pratt parsing for better error messages (trivial-ish?). * The preprocessor is TBD (not complicated, but will tangle up pretty printing). * It would be nice to reduce LOC.