sexp-rewrite icon indicating copy to clipboard operation
sexp-rewrite copied to clipboard

emacs package for pattern-based rewriting of sexp-structured code

Results 3 sexp-rewrite issues
Sort by recently updated
recently updated
newest added

Are you planning to submit this package to MELPA at some point?

I'd like to write this rule: ``` (if $a $b #f) => (and $a $b) ``` but I can't because `#f` produces an elisp read error.

The pattern `$foo:id` doesn't match `empty?` I tried changing the regexp but gave up.