From bb4382ee8dca21e3264ecc0d1bc71af7586d9149 Mon Sep 17 00:00:00 2001 From: Akuli Date: Mon, 27 Jan 2025 23:09:07 +0200 Subject: [PATCH] add to bootstrap --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index f3ea266d..6dd12233 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -20,6 +20,7 @@ commits=( 1c7ce74933aea8a8862fd1d4409735b9fb7a1d7e # last commit on main that contains the compiler written in C b339b1b300ba98a2245b493a58dd7fab4c465020 # "match ... with ..." syntax 874d1978044a080173fcdcc4e92736136c97dd61 # "match some_integer:" support + 8a0bb4b50ef77932243f4f65ae90be84e763ec45 # evaluating "if WINDOWS:" and such inside functions ) for commit in ${commits[@]}; do