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

Readme for regex implementation #1945

Merged
merged 14 commits into from
Jan 21, 2020
Merged

Readme for regex implementation #1945

merged 14 commits into from
Jan 21, 2020

Conversation

danmoseley
Copy link
Member

Outlines the key types and how they work together. Also some background information, an explanation of extensibility and a start at a high level optimization section.

danmoseley and others added 2 commits January 20, 2020 17:22
…r-expressions.md

Co-Authored-By: Stephen Toub <stoub@microsoft.com>
…r-expressions.md

Co-Authored-By: Stephen Toub <stoub@microsoft.com>
…r-expressions.md

Co-Authored-By: Stephen Toub <stoub@microsoft.com>
* Created by `RegexWriter`
* Creates `RegexFC`s
* `FirstChars()` creates `RegexPrefix` from `RegexTree`
* FC means "First chars": not clear what D means...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just rename the type ;)

danmoseley and others added 2 commits January 20, 2020 17:24
…r-expressions.md

Co-Authored-By: Stephen Toub <stoub@microsoft.com>
…r-expressions.md

Co-Authored-By: Stephen Toub <stoub@microsoft.com>
…r-expressions.md

Co-Authored-By: Stephen Toub <stoub@microsoft.com>
…r-expressions.md

Co-Authored-By: Stephen Toub <stoub@microsoft.com>
@danmoseley
Copy link
Member Author

Look OK now?

@@ -0,0 +1,243 @@
# Implementation of System.Text.RegularExpressions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: why did you choose dotnet-regular-expressions.md as the file name rather than, say, README.md?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

@danmoseley danmoseley merged commit 46d7bec into dotnet:master Jan 21, 2020
@danmoseley danmoseley deleted the docs3 branch January 21, 2020 04:41
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants