Zomis / Brainduck

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
40 stars 1 forks source link

Hints, warnings, and errors #28

Open Zomis opened 8 years ago

Zomis commented 8 years ago

Add a way for analysis to show hints, warnings and errors to the user

Errors include:

Warnings include:

Hints include:

Many of these things are already available through some analysis, they just need to be converted to some kind of hint/warning/error object.

Related:

Zomis commented 8 years ago

Use red, orange, and blue background colors in code for errors, warnings, hints respectively.