paulstansifer / unseemly

Macros have types!
http://unseemly.github.io/
MIT License
129 stars 5 forks source link

Remove the `quasiquote:` field from `Form`. #26

Open paulstansifer opened 5 years ago

paulstansifer commented 5 years ago

Instead, just use form.name == n("unquote") (and "dotdotdot"), since those are the only two forms with unusual treatment.

(We should also get a better notion of Form identity!)

paulstansifer commented 5 years ago

This is the same thing as what the MuProtect walk currently does.