From b55ee55297676091592c70d8880c8fc40ba5f50a Mon Sep 17 00:00:00 2001 From: Phil <phil@grmr.de> Date: Fri, 10 Nov 2017 04:29:35 +0100 Subject: [PATCH] Add ToDo section to README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 090e5e4..14f7a3f 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,14 @@ Rust implementation of [golang challenge #1](http://golang-challenge.org/go-chal A simple binary fileformat for a drum machine is given. The task is to reverse it and implement a decoder it. + +## ToDo + +- [ ] make sure we do not parse more than we are supposed to do (limit ourselves by `size`) +- [ ] port the table driven tests from go +- [ ] write example cli that pretty prints the fixture's contents +- [ ] create documentation/tutorial/walkthrough and give it to `nom` community + - [ ] describt binary format (result of re) + - [ ] describe implementation steps + - [ ] maybe add something (tests!?) that allows for better/easier debugging + -- GitLab