@@ -20,31 +20,6 @@ import (
2020)
2121
2222const PROMPT = ">>> "
23- const ERROR_FACE = `
24- ███████████████████████████
25- ███████▀▀▀░░░░░░░▀▀▀███████
26- ████▀░░░░░░░░░░░░░░░░░▀████
27- ███│░░░░░░░░░░░░░░░░░░░│███
28- ██▌│░░░░░░░░░░░░░░░░░░░│▐██
29- ██░└┐░░░░░░░░░░░░░░░░░┌┘░██
30- ██░░└┐░░░░░░░░░░░░░░░┌┘░░██
31- ██░░┌┘▄▄▄▄▄░░░░░▄▄▄▄▄└┐░░██
32- ██▌░│██████▌░░░▐██████│░▐██
33- ███░│▐███▀▀░░▄░░▀▀███▌│░███
34- ██▀─┘░░░░░░░▐█▌░░░░░░░└─▀██
35- ██▄░░░▄▄▄▓░░▀█▀░░▓▄▄▄░░░▄██
36- ████▄─┘██▌░░░░░░░▐██└─▄████
37- █████░░▐█─┬┬┬┬┬┬┬─█▌░░█████
38- ████▌░░░▀┬┼┼┼┼┼┼┼┬▀░░░▐████
39- █████▄░░░└┴┴┴┴┴┴┴┘░░░▄█████
40- ███████▄░░░░░░░░░░░▄███████
41- ██████████▄▄▄▄▄▄▄██████████
42- ███████████████████████████
43-
44- █▄▀ █░█ █▄░█ ▄▀█ █▀ █░█ █ █▀▄ ▄▀█
45- █░█ █▄█ █░▀█ █▀█ ▄█ █▀█ █ █▄▀ █▀█
46-
47- `
4823
4924//go:embed docs
5025var res embed.FS
@@ -58,7 +33,6 @@ func Read(contents string) {
5833 program := p .ParseProgram ()
5934
6035 if len (p .Errors ()) != 0 {
61- fmt .Println (styles .ErrorStyle .Italic (false ).Render (ERROR_FACE ))
6236 fmt .Println (styles .ErrorStyle .Italic (false ).Render ("Kuna Errors Zifuatazo:" ))
6337
6438 for _ , msg := range p .Errors () {
0 commit comments