nushell / demo

Experimental wasm-based Nu playground
https://www.nushell.sh/demo/
MIT License
23 stars 10 forks source link

Parse errors and use diagnotics to provide location markers #6

Closed jzaefferer closed 4 years ago

jzaefferer commented 4 years ago

For some errors this already works quite well. For the "operation not permitted" error we'll have to do more processing on the Rust side:

Screenshot 2020-07-15 at 10 25 06
sophiajt commented 4 years ago

Nice!