add serene's asciiart to the REPL

This commit is contained in:
Mary Salehi 2020-12-24 21:58:32 +00:00
parent 699483e249
commit f5b833cd03
1 changed files with 10 additions and 2 deletions

View File

@ -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