-
Notifications
You must be signed in to change notification settings - Fork 22
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
pat: Implement prefix pattern #62
Comments
timbray
added a commit
that referenced
this issue
Jan 28, 2023
fixes: #62 Signed-off-by: Tim Bray <tbray@textuality.com>
Merged
timbray
added a commit
that referenced
this issue
Jan 28, 2023
fixes: #62 Signed-off-by: Tim Bray <tbray@textuality.com>
timbray
added a commit
that referenced
this issue
Jan 31, 2023
fixes: #62 Signed-off-by: Tim Bray <tbray@textuality.com>
timbray
added a commit
that referenced
this issue
Feb 16, 2023
fixes: #62 Signed-off-by: Tim Bray <tbray@textuality.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that the following are equivalent
It's already special-cased in makeShellStyleAutomaton. So there are a variety of ways this could be done, ranging from just re-writing the pattern to fixing up the switch on ValueType in AddPattern. But no new automaton construction should be required.
The text was updated successfully, but these errors were encountered: