From 08aee3548a7dd088c72188500f92aa6bf1d595ba Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 28 May 2018 08:31:34 -0500 Subject: [PATCH] Add caching as a polish feature. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 97faec1..0f37a31 100644 --- a/TODO.md +++ b/TODO.md @@ -30,6 +30,7 @@ Some options here could be: # Minor Fixes and Polish +* Compiler caching? * Strings as tuple fields? * Streaming Parsing * Casting between types?