shithub: MicroHs

Download patch

ref: 4db170e4e9764d8f82a206f826823bf4e17dfbe9
parent: 550785e5e24199f6a2853eee813516399de3cdbd
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Tue Sep 26 07:50:08 EDT 2023

More TODO

--- a/TODO
+++ b/TODO
@@ -11,3 +11,9 @@
 * use pointer stack during GC instead of recursion.
 * implement Data.Integer
 * add pretty printing library
+* add a Makefile 'install' target
+  - install libraries too
+  - somehow get the path of libraries into the binary
+* change BFILE to have methods
+* add a compressor/decompressor for the combinator file
+* add a shell script to make a binary with (compressed) combinators included
--