-
Notifications
You must be signed in to change notification settings - Fork 72
staticlookup is broken with curly #167
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
Comments
/cc @ichiriac I have some question about this?
Now we have same ast, but for second should be:
Any ideas where i should fix it? |
Ok, after reading again and trying with PHP, it's true about Here the php definition :
As you can see, Next you need to run the code in step-by-step in order to understand the execution flow :
The recursive_variable_chain_scan can also eat [] and it translates correctly nodes, so to fix this, you have just to disable the eating of |
released in |
Input:
Output:
SyntaxError: Parse Error : syntax error, unexpected '{' on line 35
The text was updated successfully, but these errors were encountered: