From ca388177d2c01b17a5d0a58446830ba5b839bdf4 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 15 Jul 2022 16:05:27 +0200 Subject: Update todos --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 578f12f..03a1a9f 100644 --- a/readme.md +++ b/readme.md @@ -59,11 +59,13 @@ cargo doc --document-private-items #### Refactor - [ ] (1) Use `edit_map` in `subtokenize` (needs to support links in edits) +- [ ] (1) Add list of void tokens, assert that there’s nothing between them +- [ ] (1) Improve `interrupt`, `concrete`, `lazy` fields somehow? #### Parse - [ ] (3) Turn off things (enable every test for these) -- [ ] (3) Make tokenizer tokens extendable? +- [ ] (3) Make tokens extendable for extensions? #### Test @@ -74,7 +76,6 @@ cargo doc --document-private-items #### Misc - [ ] (3) `no_std`: remove all `HashSet`s/`HashMap` to use vecs, vecs w/ tuples? -- [ ] (3) Check subtokenizer unraveling is ok - [ ] (3) Remove splicing and cloning in subtokenizer - [ ] (3) Pass more references around - [ ] (1) Get markers from constructs (`string`, `text`) @@ -207,3 +208,4 @@ important. - [x] (3) Fix block quote bug - [x] (3) Add support for lazy lines - [x] (5) Containers! +- [x] (3) Check subtokenizer unraveling is ok -- cgit