mszajna / await-cps

async/await for continuation-passing style functions
MIT License
17 stars 0 forks source link

Macroexpand all #5

Open mszajna opened 4 years ago

mszajna commented 4 years ago

Used riddley to macroexpand the entire body of the async block to address #2

mszajna commented 4 years ago

invert is internally using the macro variants of let/loop/letfn which is why it still needs internal macroexpansion in line 63. I should consider simplifying that.