ref: 74935aedf4130121cd5614d6d78246063e7d7734
parent: a593b909100b68e1469c6c1e1eb3d08d8edd64df
 parent: 28dde478ec452ab782f92696764d81d66231ab36
	author: Lennart Augustsson <lennart@augustsson.net>
	date: Sat Dec 30 01:25:16 EST 2023
	
Merge branch 'master' of github.com:augustss/MicroHs
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -40,8 +40,8 @@
uses: ilammy/msvc-dev-cmd@v1
- name: nmake
run: nmake -f Makefile.windows
- - name: nmake exampletest
- run: nmake -f Makefile.windows exampletest
+ # - name: nmake exampletest
+ # run: nmake -f Makefile.windows exampletest
build-linux-aarch64:
runs-on: ubuntu-latest
--- a/README.md
+++ b/README.md
@@ -298,3 +298,5 @@
* A: The combinator file is rather verbose. The combinator file
for the compiler shrinks from 350kB to 75kB when compressed with upx.
The evaluator alone is about 70kB (26kB compressed with upx).
+
+
--
⑨