Extend the Funclang programming language to implement a tracing lambda expression tlambda, which prints Entering a function

Question:

Extend the Funclang programming language to implement a tracing lambda expression tlambda, which prints “Entering a function” before starting to run the function body, and “Exiting a function” after returning.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: