resyntax icon indicating copy to clipboard operation
resyntax copied to clipboard

Quasiquote rule fires even when `unquote` isn't used

Open jackfirth opened this issue 1 year ago • 0 comments

Resyntax currently rewrites this:

`("foo" "bar")

Into this:

(list "foo" "bar")

This is a side effect of the rule that gets rid of unnecessary quasiquotation. That rule doesn't actually check that unquote is used at least once.

jackfirth avatar Nov 25 '24 22:11 jackfirth