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

compile regexps #11

Open
tromey opened this issue Feb 28, 2017 · 0 comments
Open

compile regexps #11

tromey opened this issue Feb 28, 2017 · 0 comments

Comments

@tromey
Copy link
Owner

tromey commented Feb 28, 2017

Some uses of regular expressions could be compiled to inline code. Some ideas:

  • Match data is a bit of a problem but at least looking-at-p exists; maybe some other macros could be written to make this a bit better
  • Can use lex-parse-re from the lex package to parse a regexp to rx syntax
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

No branches or pull requests

1 participant