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

Added support for WGSL #3455

Merged
merged 31 commits into from May 18, 2022
Merged

Commits on May 15, 2022

  1. Copy the full SHA
    c0c8166 View commit details
    Browse the repository at this point in the history
  2. Rebuild for WGSL

    Dr4gonthree committed May 15, 2022
    Copy the full SHA
    215cc01 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Copy the full SHA
    c180f22 View commit details
    Browse the repository at this point in the history
  2. Removed empty insides

    Dr4gonthree committed May 16, 2022
    Copy the full SHA
    f878424 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    48e028b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9d08847 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6e88afa View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0f2ad3c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b5ea50f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    27dd0de View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    97626d1 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3a3a5b6 View commit details
    Browse the repository at this point in the history
  11. Collapsed hex-int-literal

    Dr4gonthree committed May 16, 2022
    Copy the full SHA
    e2994e2 View commit details
    Browse the repository at this point in the history
  12. Replaced [0-9] with \d

    Dr4gonthree committed May 16, 2022
    Copy the full SHA
    7ee4e6a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Fixed: hex-float-literal matching in words, decimal-float-literal mat…

    …ching empty string and '||', '==' and '!=' operator matching
    Dr4gonthree committed May 17, 2022
    Copy the full SHA
    1a740f2 View commit details
    Browse the repository at this point in the history
  2. Attributes now match only defined attributes, and alias changed to at…

    …tr-name. built-in-value alias changed to attr-value
    Dr4gonthree committed May 17, 2022
    Copy the full SHA
    c89f102 View commit details
    Browse the repository at this point in the history
  3. Updated test cases

    Dr4gonthree committed May 17, 2022
    Copy the full SHA
    8b54135 View commit details
    Browse the repository at this point in the history
  4. Rebuild

    Dr4gonthree committed May 17, 2022
    Copy the full SHA
    3fec709 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bcb8f4f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0832006 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    47a34c5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    60e4468 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    541976e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5fc8a40 View commit details
    Browse the repository at this point in the history
  11. Updated test cases

    Dr4gonthree committed May 17, 2022
    Copy the full SHA
    f804f5b View commit details
    Browse the repository at this point in the history
  12. Replace lookbehinds

    Dr4gonthree committed May 17, 2022
    Copy the full SHA
    732be46 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    0252621 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    e94b883 View commit details
    Browse the repository at this point in the history
  15. Updated tests and rebuild

    Dr4gonthree committed May 17, 2022
    Copy the full SHA
    e073914 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Fix lint

    Dr4gonthree committed May 18, 2022
    Copy the full SHA
    37d2592 View commit details
    Browse the repository at this point in the history
  2. Moved the builtin attribute and built-in-values to helper token. Upda…

    …ted test cases and rebuild.
    Dr4gonthree committed May 18, 2022
    Copy the full SHA
    8bb57f7 View commit details
    Browse the repository at this point in the history