We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, expressions of the form [p1/B 1] always generate an "unknown symbol" error.
[p1/B 1]
The text was updated successfully, but these errors were encountered:
Fix parsing of array accesses
fb2a727
A simple fix for #505, which was being caused by the parser not considering qualified names correctly.
6479c8e
fix: parsing of array accesses (#509)
8b9ab5e
Fix parsing of array accesses A simple fix for #505, which was being caused by the parser not considering qualified names correctly.
DavePearce
Successfully merging a pull request may close this issue.
Currently, expressions of the form
[p1/B 1]
always generate an "unknown symbol" error.The text was updated successfully, but these errors were encountered: