shithub: MicroHs

Download patch

ref: ebb73b7a83d202294f6cec93634bde578942cecc
parent: 9881438444e9f2f86c879fb1ced8eae27e503bd9
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Thu Oct 19 10:43:28 EDT 2023

Item done

--- a/TODO
+++ b/TODO
@@ -8,7 +8,6 @@
   - Use filename as the cache lookup key and SHA for validation
 * make the runtime system catch ^C and stop execution
 * use pointer stack during GC instead of recursion.
-* add pretty printing library
 * whith dictionaries we need two optimizations to get rid of them
   -   case d of (d1,d2) -> ... (d1,d2) ...
     transforms to
--