pchampin / sowasm

RDF playground using WASM-compiled Sophia
https://champin.net/2023/sowasm/
Other
7 stars 1 forks source link

Better error handling. #5

Open pchampin opened 9 months ago

pchampin commented 9 months ago

The error messages often contain the location of the error. This location information should be extracted and presented in a more uniform and readable way.

If/when #4 is implemented, it would even be better to highlight the error directly in the input editor.

pchampin commented 9 months ago

9 partially addresses this issue, by

I keep this issue open because a more robust solution (also working for the other parsers) would be preferable.