shithub: femtolisp

Download patch

ref: 4fa105ade6e760c4575e73c14393d94eb9fed096
parent: e877c7e9901fde9cc61276d66936fc3a58db1d4d
author: Sigrid Solveig Haflínudóttir <[email protected]>
date: Mon Nov 25 20:11:58 EST 2024

build flisp between mkboot0 and mkboot1

--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -6,5 +6,6 @@
 $F gen.lsp && \
 cp flisp.boot flisp.boot.bak && \
 $F mkboot0.lsp builtins.lsp instructions.lsp system.lsp compiler.lsp > flisp.boot && \
+ninja -C build && \
 $F mkboot1.lsp && \
 ninja -C build || { cp flisp.boot.bak flisp.boot; exit 1; }