-
Notifications
You must be signed in to change notification settings - Fork 13
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
expected a statement #311
Comments
Ast dump from clang:
|
This PR #316 solves :
|
Even circle https://www.circle-lang.org/ segfaults with this:
The grammar spec doesn't cover this, but |
This is what is here https://github.com/llvm/llvm-project/blob/ff804146208bacb7dbb73e2b1da7943cb60125d2/clang/lib/Parse/ParseExpr.cpp#L2914 :
|
I've added the It shows the |
this should be fixed in #439
|
With this issue solved now I'm getting the error shown bellow (that is a reduced case of this #309 (comment)).
The text was updated successfully, but these errors were encountered: