pure-c/purec

Port the tail call optimizer

felixSchl opened this issue · 1 comments

This should be a straightforward port of the equivalent Haskell code: https://github.com/purescript/purescript/blob/master/src/Language/PureScript/CoreImp/Optimizer/TCO.hs

Done