From: Jim Date: Tue, 24 Mar 2015 17:52:03 +0000 (-0400) Subject: Merge branch 'working' X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=51d15385556bddc2e53ee2ea928a3007528872a3;hp=9b8c46e11ac824439611c6b666e6273562171f73 Merge branch 'working' * working: update untyped_eval to 1.5 --- diff --git a/code/untyped_evaluator.ml b/code/untyped_evaluator.ml index 40ff00b3..a60b2a1d 100644 --- a/code/untyped_evaluator.ml +++ b/code/untyped_evaluator.ml @@ -1,5 +1,5 @@ (* - This is a simplified version of the code at http://lambda.jimpryor.net/code/untyped_full-1.4.tgz + This is a simplified version of the code at http://lambda.jimpryor.net/code/untyped_full-1.5.tgz You can use this code as follows: 1. First, use a text editor to fill in the (* COMPLETE THIS *) portions. diff --git a/code/untyped_evaluator_complete.ml b/code/untyped_evaluator_complete.ml index eab51399..f61f7008 100644 --- a/code/untyped_evaluator_complete.ml +++ b/code/untyped_evaluator_complete.ml @@ -1,5 +1,5 @@ (* - This is a simplified version of the code at http://lambda.jimpryor.net/code/untyped_full-1.4.tgz + This is a simplified version of the code at http://lambda.jimpryor.net/code/untyped_full-1.5.tgz You can use this code as follows: 1. First, use a text editor to fill in the (* COMPLETE THIS *) portions. diff --git a/code/untyped_full-1.5.tgz b/code/untyped_full-1.5.tgz new file mode 100644 index 00000000..c35b63e7 Binary files /dev/null and b/code/untyped_full-1.5.tgz differ diff --git a/topics/week7_untyped_evaluator.mdwn b/topics/week7_untyped_evaluator.mdwn index 683a0fd1..f18bdc69 100644 --- a/topics/week7_untyped_evaluator.mdwn +++ b/topics/week7_untyped_evaluator.mdwn @@ -310,7 +310,7 @@ In later weeks, we will see more examples of results that aren't terms, but can Getting, reading, and compiling the source code ----------------------------------------------- -You can download the source code for the intepreter [[here|/code/untyped_full-1.4.tgz]]. That link will always give you the latest version. We will update it as we find any issues. Let us know about any difficulties you experience. +You can download the source code for the intepreter [[here|/code/untyped_full-1.5.tgz]]. That link will always give you the latest version. We will update it as we find any issues. Let us know about any difficulties you experience. When you unpack the downloaded source code, you will get a folder with the following contents, sorted here by logical order rather than alphabetically.