Demuirgos / Lambda-Calculus

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

Need add full parens Syntax for expressions #11

Closed Demuirgos closed 2 years ago

Demuirgos commented 2 years ago

Support for deeply nested Math exprs like : let x := 2 in let y := 3 in let z := 1 in (z + ( y * x))