From ce7046acd74bba2c3c5cf84613d79eb694d285f8 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 14 Jun 2022 18:58:26 +0200 Subject: Update to dos --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 17458ab..75c2ee6 100644 --- a/readme.md +++ b/readme.md @@ -68,11 +68,9 @@ cargo doc --document-private-items ### Small things -- [ ] (3) Fix deep subtokenization - [ ] (1) Add docs to subtokenize - [ ] (1) Add module docs to content - [ ] (1) Add module docs to parser -- [ ] (1) Add examples to `CompileOptions` docs - [ ] (1) Add overview docs on how everything works - [ ] (1) Move safe protocols to constants - [ ] (1) Parse initial and final whitespace of paragraphs (in text) @@ -165,6 +163,8 @@ cargo doc --document-private-items - [x] (1) Add docs to html (text) - [x] (1) Add docs on bnf - [x] (1) Reorganize to split util +- [x] (1) Add examples to `CompileOptions` docs +- [x] (3) Fix deep subtokenization ### Extensions -- cgit