Demuirgos / Lambda-Calculus

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

make emitLambda emit AST of lambdas instead of string #20

Closed Demuirgos closed 2 years ago

Demuirgos commented 2 years ago

example : instead of sprintf "(%s %s) (emitlambda func) (emitlambda arg)" we emit Application(emitlambda func, emitlambda arg)