etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Support for multiple return values #37

Closed etaoins closed 10 years ago

etaoins commented 10 years ago

Multiple return types can be an additional "meta" return type on top of the existing unit/single return system. Internally it could return a vector and reuse the typed vector machinery from #36.

etaoins commented 10 years ago

Implemented in master