jscert / jsexplain

Apache License 2.0
26 stars 4 forks source link

Introduce Automatic let%*_ret forms when inside a let%ret #9

Open IgnoredAmbience opened 7 years ago

IgnoredAmbience commented 7 years ago

To prevent having to manually type let%*_ret instead of just let%*, can syntactically insert the _ret version automatically when recursively traversing the ast?

It won't help with needing to define all the binder functions much.