anko / eslisp

un-opinionated S-expression syntax and macro system for JavaScript
ISC License
528 stars 31 forks source link

Function declarations and named functions can't be written #21

Closed anko closed 8 years ago

anko commented 8 years ago

These currently can't be written:

function asd() { }
var f = (function asd() { });

Raised by @impinball in chat.