diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..bfb0bcd --- /dev/null +++ b/todo.md @@ -0,0 +1,17 @@ +# TODO + +## Input protocol +* [ ] document input protocol +* [ ] document protocol as regexp + +## Test framework +* [ ] enable TDD +* [ ] automate build and test +* [ ] type of target (cross compile) ? + + +## Input processing +* [ ] Read the file into array +* [ ] Parse every line +* [ ] Load structured data +* [ ] Create structured data storage