gosh-lang / gosh

Gosh is an interpreted language for Go ecosystem written in Go
https://gosh-lang.org
Mozilla Public License 2.0
62 stars 8 forks source link

Add colors to REPL #33

Open AlekSi opened 6 years ago

AlekSi commented 6 years ago

Let's add basic colors to the REPL. Error messages should be in red and results should be in green. And there should be a flag to disable colors.

We probably should use github.com/fatih/color, but if there is something better – feel free to propose it.

inn0le commented 6 years ago

Can I take it?

AlekSi commented 6 years ago

Sure! Just make sure to check contributing guidelines.

AlekSi commented 6 years ago

@inn0kenty How can I help you with this?