Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference interpreter errors could be more useful #52

Open
sampsyo opened this issue Aug 26, 2020 · 1 comment
Open

Reference interpreter errors could be more useful #52

sampsyo opened this issue Aug 26, 2020 · 1 comment

Comments

@sampsyo
Copy link
Owner

sampsyo commented Aug 26, 2020

A cool thing to add to the brili reference interpreter would be more informative messages about error locations. We can't give source locations, because the interpreter runs on ASTs instead of source code, but we could indicate which instruction index inside which function produced the error.

@sampsyo
Copy link
Owner Author

sampsyo commented Feb 9, 2022

We actually could now add source positions, since #161.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant