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

Simplify glslang grammar for identifier lists #3772

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Simplify glslang grammar for identifier lists

    This was more complicated than it needed to be. The old grammar matched
    what was in the spec and GLSL#251 fixes it there as well.
    gnl21 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    40de3da View commit details
    Browse the repository at this point in the history
  2. Update errors in test suite

    The syntax errors generated by the parser have changed slightly with the
    updated grammar.
    gnl21 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f61c595 View commit details
    Browse the repository at this point in the history