Skip to content

Commit

Permalink
remove error face
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 5, 2024
1 parent b240373 commit 4d10d74
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,6 @@ import (
)

const PROMPT = ">>> "
const ERROR_FACE = `
███████████████████████████
███████▀▀▀░░░░░░░▀▀▀███████
████▀░░░░░░░░░░░░░░░░░▀████
███│░░░░░░░░░░░░░░░░░░░│███
██▌│░░░░░░░░░░░░░░░░░░░│▐██
██░└┐░░░░░░░░░░░░░░░░░┌┘░██
██░░└┐░░░░░░░░░░░░░░░┌┘░░██
██░░┌┘▄▄▄▄▄░░░░░▄▄▄▄▄└┐░░██
██▌░│██████▌░░░▐██████│░▐██
███░│▐███▀▀░░▄░░▀▀███▌│░███
██▀─┘░░░░░░░▐█▌░░░░░░░└─▀██
██▄░░░▄▄▄▓░░▀█▀░░▓▄▄▄░░░▄██
████▄─┘██▌░░░░░░░▐██└─▄████
█████░░▐█─┬┬┬┬┬┬┬─█▌░░█████
████▌░░░▀┬┼┼┼┼┼┼┼┬▀░░░▐████
█████▄░░░└┴┴┴┴┴┴┴┘░░░▄█████
███████▄░░░░░░░░░░░▄███████
██████████▄▄▄▄▄▄▄██████████
███████████████████████████
█▄▀ █░█ █▄░█ ▄▀█   █▀ █░█ █ █▀▄ ▄▀█
█░█ █▄█ █░▀█ █▀█   ▄█ █▀█ █ █▄▀ █▀█
`

//go:embed docs
var res embed.FS
Expand All @@ -58,7 +33,6 @@ func Read(contents string) {
program := p.ParseProgram()

if len(p.Errors()) != 0 {
fmt.Println(styles.ErrorStyle.Italic(false).Render(ERROR_FACE))
fmt.Println(styles.ErrorStyle.Italic(false).Render("Kuna Errors Zifuatazo:"))

for _, msg := range p.Errors() {
Expand Down

0 comments on commit 4d10d74

Please sign in to comment.