rm-hull / infix

A Clojure library for expressing LISP expressions as infix rather than prefix notation
https://www.destructuring-bind.org/infix/
MIT License
106 stars 11 forks source link

Unify alias resolving between macros #17

Open rm-hull opened 8 years ago

rm-hull commented 8 years ago

from-string uses the base-env to resolve aliases, whereas the infix macro has its own LUT for resolving aliases - these both do approximately the same thing, so there should only be one implementation for both.