Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
drumchallenge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tnias
drumchallenge
Commits
b55ee552
Commit
b55ee552
authored
7 years ago
by
tnias
Browse files
Options
Downloads
Patches
Plain Diff
Add ToDo section to README.md
parent
3afcc1fb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
b55ee552
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment