Add caching as a polish feature.

This commit is contained in:
Jeremy Wall 2018-05-28 08:31:34 -05:00
parent aa8d2cab29
commit 08aee3548a

View File

@ -30,6 +30,7 @@ Some options here could be:
# Minor Fixes and Polish # Minor Fixes and Polish
* Compiler caching?
* Strings as tuple fields? * Strings as tuple fields?
* Streaming Parsing * Streaming Parsing
* Casting between types? * Casting between types?