From f5b833cd0364f2770928354419f2ef4fcafe3164 Mon Sep 17 00:00:00 2001 From: Mary Salehi Date: Thu, 24 Dec 2020 21:58:32 +0000 Subject: [PATCH] add serene's asciiart to the REPL --- bootstrap/pkg/core/core.go | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bootstrap/pkg/core/core.go b/bootstrap/pkg/core/core.go index 16ab790..28b0fbe 100644 --- a/bootstrap/pkg/core/core.go +++ b/bootstrap/pkg/core/core.go @@ -74,12 +74,20 @@ func REPL(debug bool) { }) if err != nil { panic(err) + } rl.HistoryEnable() defer rl.Close() - fmt.Println(`Serene's bootstrap interpreter is used to -bootstrap the Serene's compiler.' + fmt.Println(` + _______ _______ ______ _______ _______ _______ +| __| ___| __ \ ___| | | ___| +|__ | ___| < ___| | ___| +|_______|_______|___|__|_______|__|____|_______| + + +Serene's bootstrap interpreter is used to +bootstrap the Serene's compiler. It comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome