cowboy8625 / neolisp

a lisp language
Apache License 2.0
1 stars 0 forks source link

User error message #26

Open cowboy8625 opened 2 weeks ago

cowboy8625 commented 2 weeks ago

I think using a crate for displaying error message to user makes sense as this VM will stay in Rust. The best looking one is ariadne and i have past experience using it. Worth noting that there is also codespan-reporting which used by nu-shell.

cowboy8625 commented 2 weeks ago

Compile time errors seem straight forward in my mind.

Parser

Going to keep editing this comment as I think of things to add.