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

Add multi-dimensional array support to the parser and the printer #1136

Closed
AaronGhost opened this issue May 10, 2021 · 0 comments · Fixed by #1138
Closed

Add multi-dimensional array support to the parser and the printer #1136

AaronGhost opened this issue May 10, 2021 · 0 comments · Fixed by #1138

Comments

@AaronGhost
Copy link
Contributor

Mutli-dimensional arrays raise UnsupportedLanguageFeatureException when a shader containing one is parsed.
It is also impossible to parse correctly an AST containing one using the PrettyPrintVisitor.

afd added a commit that referenced this issue May 12, 2021
Fixes #1136.

Some style issues are cleaned up in the process.
@afd afd closed this as completed in #1138 May 14, 2021
afd added a commit that referenced this issue May 14, 2021
Fixes #1136.

Some style issues are cleaned up in the process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant