dyoo / WeScheme

29 stars 16 forks source link

provide structured error messages #11

Closed dyoo closed 13 years ago

dyoo commented 14 years ago

Make the error messages emitted by WeScheme as structured DOM nodes. The structure will look something like this:

MobyRuntimeError
division by zero

If there's an error location, I'm going to structure it as:

source ...
line ...
offset ...
span ...
dyoo commented 14 years ago

Initial implementation in 2a5d76994b7176457c404f859fe94cf03e2ac8d7. Waiting for css styling from Emmanuel.

dyoo commented 13 years ago

Deprecated. Closing issue.