-
Notifications
You must be signed in to change notification settings - Fork 293
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
'++' in mpc_lang causes segfault #9
Comments
Thanks for the report! I'll look into it 👍 |
This should be fixed in 6af8360. Perhaps you can check for me that it is fixed in your situation? |
The program no longer segfaults. Thanks! The program now returns an error saying "Parser Undefined!" If the error could point out where in the grammar there was an error that'd be very helpful. |
Hey, You should be able to get a specific error by looking at the return of Thanks, Dan |
I was working through Build Your Own Lisp I mistakenly put two '+' in the grammar. The program failed with a segfault.
The problem was easy to spot, but a simple error message would be preferred.
The text was updated successfully, but these errors were encountered: