paiq / blackcoffee

CoffeeScript + hygienic macros
MIT License
105 stars 9 forks source link

.subst() should not substitute property access #14

Closed ngn closed 10 years ago

ngn commented 10 years ago
macro -> (macro.codeToNode -> a.b).subst b: macro.csToNode 'c'

compiles to a.c instead of a.b