forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several tweaks to RegexGenerator (the tool, not the emitted code) (do…
…tnet#60667) - Fixed a bunch of nullable reference types warnings (they're suppressed as a netstandard2.0 project, but I temporarily and locally compiled it for netcoreapp current to get clean) - Fixed the comparer used to aid in avoiding recomputing regexes when typing - Added a hook to start exploring code gen for NonBacktracking
- Loading branch information
1 parent
294a284
commit ed9ab1b
Showing
4 changed files
with
99 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.