Skip to content

Avoid a hack in the WGSL lexer#3887

Merged
hediet merged 2 commits intomicrosoft:mainfrom
dneto0:add-wgsl
May 2, 2023
Merged

Avoid a hack in the WGSL lexer#3887
hediet merged 2 commits intomicrosoft:mainfrom
dneto0:add-wgsl

Conversation

@dneto0
Copy link
Copy Markdown
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