-
Notifications
You must be signed in to change notification settings - Fork 196
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
Use the roslyn tokenizer #10702
Merged
333fred
merged 17 commits into
dotnet:features/roslyn-tokenizer
from
333fred:roslyn-tokenizer
Aug 12, 2024
Merged
Use the roslyn tokenizer #10702
333fred
merged 17 commits into
dotnet:features/roslyn-tokenizer
from
333fred:roslyn-tokenizer
Aug 12, 2024
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 894a9ba - Browse repository at this point
Copy the full SHA 894a9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for a15d7cc - Browse repository at this point
Copy the full SHA a15d7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a8fd07 - Browse repository at this point
Copy the full SHA 3a8fd07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ac8d1 - Browse repository at this point
Copy the full SHA 60ac8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73aa717 - Browse repository at this point
Copy the full SHA 73aa717View commit details -
Add consolidated syntax kinds. Since there aren't consumers that care…
… about the individual differences between most C# operators, as well the difference between C# numeric types, we'll just use a single kind in the new parser to keep things simpler.
Configuration menu - View commit details
-
Copy full SHA for dcef8ed - Browse repository at this point
Copy the full SHA dcef8edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5749a8e - Browse repository at this point
Copy the full SHA 5749a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2823f64 - Browse repository at this point
Copy the full SHA 2823f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25ac20 - Browse repository at this point
Copy the full SHA c25ac20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ab111 - Browse repository at this point
Copy the full SHA 34ab111View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd6aba - Browse repository at this point
Copy the full SHA abd6abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for acf7a60 - Browse repository at this point
Copy the full SHA acf7a60View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 640d377 - Browse repository at this point
Copy the full SHA 640d377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3155200 - Browse repository at this point
Copy the full SHA 3155200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0d57d - Browse repository at this point
Copy the full SHA 1a0d57dView commit details
Commits on Aug 6, 2024
-
Additional commenting and PR feedback. I've simplified the reset loop…
… to just be from the back of the results, as that's the most common order for the parser to reset in. I've also refactored a common advance loop to reduce duplication.
Configuration menu - View commit details
-
Copy full SHA for aa24f69 - Browse repository at this point
Copy the full SHA aa24f69View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b7e927 - Browse repository at this point
Copy the full SHA 5b7e927View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.