compile regexps
Opened this issue · 0 comments
tromey commented
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 thelex
package to parse a regexp to rx syntax