@@ -20,31 +20,6 @@ import (
20
20
)
21
21
22
22
const 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
- `
48
23
49
24
//go:embed docs
50
25
var res embed.FS
@@ -58,7 +33,6 @@ func Read(contents string) {
58
33
program := p .ParseProgram ()
59
34
60
35
if len (p .Errors ()) != 0 {
61
- fmt .Println (styles .ErrorStyle .Italic (false ).Render (ERROR_FACE ))
62
36
fmt .Println (styles .ErrorStyle .Italic (false ).Render ("Kuna Errors Zifuatazo:" ))
63
37
64
38
for _ , msg := range p .Errors () {
0 commit comments