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

Avoid a hack in the WGSL lexer #3887

Merged
merged 2 commits into from
May 2, 2023
Merged

Avoid a hack in the WGSL lexer #3887

merged 2 commits into from
May 2, 2023

Conversation

dneto0
Copy link
Contributor

@dneto0 dneto0 commented Apr 4, 2023

This is a non-functioal change.

The current rule for delimiters was silly: it should have been a character class range (e.g. [ ... ]).

Move delimiter handling into the symbols matcher.

This is a non-functioal change.

The current rule for delimiters was silly: it should have been a
character class range (e.g. [ ... ]).

Move delimiter handling into the symbols matcher.
@hediet hediet added this to the April 2023 milestone Apr 4, 2023
@sandy081 sandy081 modified the milestones: April 2023, May 2023 Apr 26, 2023
@hediet hediet enabled auto-merge May 2, 2023 12:39
@hediet hediet merged commit 52d3b7e into microsoft:main May 2, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants