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

Fix occasional error display bugs #13

Open
Quail-Language opened this issue Mar 22, 2024 · 0 comments
Open

Fix occasional error display bugs #13

Quail-Language opened this issue Mar 22, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Quail-Language
Copy link
Owner

From time to time instead of outputting the erroneous line, interpreter outputs following:

!!! internal error !!! unable to display line !!!

E.g. with this code:

f = x -> print(x)
f("Hello")

I get:

Parser error:
At character 6 line 1
 1 | !!! internal error !!! unable to display line !!!
     ^~
Unparseable expression or statement
@Quail-Language Quail-Language added bug Something isn't working help wanted Extra attention is needed labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant