tromey/el-compilador

compile regexps

Opened this issue · 0 comments

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