Skip to content

Add DSL API Walkthrough internal doc. #155

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

Closed
wants to merge 1 commit into from

Conversation

rxwei
Copy link
Contributor

@rxwei rxwei commented Feb 10, 2022

Note this is a very basic draft.

@stephentyrone stephentyrone mentioned this pull request Feb 10, 2022
13 tasks
extension CharacterClass: RegexProtocol {
public typealias Match = Substring
public var regex: Regex<Match>
}
Copy link
Member

Choose a reason for hiding this comment

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

I think this will need its own section and probably some fleshing out. Is this meant to provide custom character classes, surface built-in ones, etc? Would we build as a scalar consumer with a derived protocol for character predicates, etc?

@milseman
Copy link
Member

Do we want to merge this, update it, or turn it into a proposal in the near future?

@rxwei
Copy link
Contributor Author

rxwei commented Feb 28, 2022

This is going to be a proposal. I plan to draft it soonish.

@stephentyrone
Copy link
Contributor

Is this abandoned now? Should it be closed?

@rxwei rxwei closed this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants