From c4de8a8b95dcce534f0c7c4c98cecee6bd423710 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Sun, 20 Dec 2020 22:59:32 -0800 Subject: [PATCH] Some to do items --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..595c39d --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +* Rewrite the math parser (day 18) to use stacks and a list of token handlers +* runner: add timeouts +* runner: add a "submit" to solve and submit, displaying results. +* setup: fetch HTML, convert to markdown. +* setup: figure out day automatically. +* setup: auto sleep until drop if it's within an hour +