Demuirgos / Lambda-Calculus

A simple Programming Language Compiler to Lambda-Calculus, with a Lambda-Runtime
MIT License
13 stars 3 forks source link

Custom binary op to js compiled code is wrong #30

Closed Demuirgos closed 2 years ago

Demuirgos commented 2 years ago

Custom binops get lowered to function calls, but they don't respect the currying, and they use tuples instead.