We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09aa62 commit 8ac0d21Copy full SHA for 8ac0d21
README.md
@@ -62,6 +62,9 @@ This project consists of a lambda calculus expression parser using
62
interpreter based on [Matt Might's implementation in
63
scheme](http://matt.might.net/articles/implementing-a-programming-language/).
64
65
+The interpreter is *call-by-value* which means that recursive calls need to be
66
+wrapped in a function to prevent them from being evaluated eagerly.
67
+
68
For examples of how to do numbers (church encoding), booleans, arithmetic,
69
boolean logic, looping (recursion), etc. look at `example.php`.
70
0 commit comments