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

[lang] support regex option for parse operator #154

Merged
merged 3 commits into from
Sep 17, 2021

Conversation

tstack
Copy link
Contributor

@tstack tstack commented Sep 2, 2021

This change adds support for parse regex. It also fixes handling of escape sequences in quoted strings since they weren't really working before.

Copy link
Owner

@rcoh rcoh left a comment

Choose a reason for hiding this comment

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

just a couple small cleanups. Pretty wild this doesn't actually require changing the parse operator itself!

src/lang.rs Show resolved Hide resolved
src/lang.rs Outdated Show resolved Hide resolved
src/lang.rs Show resolved Hide resolved
src/lang.rs Outdated Show resolved Hide resolved
@rcoh rcoh merged commit ebb5785 into rcoh:main Sep 17, 2021
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.

None yet

2 participants