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
grammar.adoc is missing grammar for initializer and initializer_list rules initializer : is empty initializer_list : does not exist
The text was updated successfully, but these errors were encountered:
Hello. The definitions are there, but they are not being rendered by the GitHub preview. They are wrapped around ifdefs like this:
_initializer_ : :: ifdef::GLSL[] _assignment_expression_ + _LEFT_BRACE_ _initializer_list_ _RIGHT_BRACE_ + _LEFT_BRACE_ _initializer_list_ _COMMA_ _RIGHT_BRACE_ _initializer_list_ : :: _initializer_ + _initializer_list_ _COMMA_ _initializer_ endif::GLSL[] ifdef::ESSL[] _assignment_expression_ endif::ESSL[]
There are other instances, the raw file can be found here.
Sorry, something went wrong.
No branches or pull requests
grammar.adoc is missing grammar for initializer and initializer_list rules
initializer : is empty
initializer_list : does not exist
The text was updated successfully, but these errors were encountered: