michaelficarra / CoffeeScriptRedux

:sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility
https://michaelficarra.github.com/CoffeeScriptRedux/
BSD 3-Clause "New" or "Revised" License
1.84k stars 110 forks source link

Is function declaration output possible #334

Closed m1sta closed 10 years ago

m1sta commented 10 years ago

Is there any valid syntax for CoffeeScriptRedux which would generate a hoisted function declaration?

m1sta commented 10 years ago

Distinct from named function expressions obviously, which I know are a no-go.

michaelficarra commented 10 years ago

Nope. This compiler does not extend the CoffeeScript language.