-
Notifications
You must be signed in to change notification settings - Fork 49
MatchingEngine support for (flat) captures with full history #105
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
Conversation
da0ee83
to
ec2be3d
Compare
Based this directly on @swift-ci please test linux platform |
@swift-ci please test linux platform |
return "/* TODO: recursive reference \(self) */" | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hamishknight I'll let you take this over, but it's nice to get pretty prints in unsupported
error messages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
9121706
to
64f01b9
Compare
@swift-ci please test linux platform |
1 similar comment
@swift-ci please test linux platform |
Adds support for flattened, whole-history, captures to the matching engine along with simple backreferences.