Previous Updates to Proj1
- 2007.2.03 12:37am -- There were some tyos in example3.out. Please update that file.
- 2007.2.02 01:06pm -- There was a bug in the iFree function. Please update your
i_memory.c file.
- 2007.2.02 08:36am -- There was an error in one of the expt examples;
(expt 111.2 5) has now been fixed in both the spec and example3.out.
- 2007.2.01 01:23pm -- The extra for experts examples now show that it is valid for
base to take in arguments that are not in decimal format.
- 2007.1.31 02:52pm -- Proj1 deadline has been extended to Sun, Feb 11. However, we encourage you to finish by Fri, Feb 09 so that you will have ample time to finish HW3.
- 2007.1.31 11:00am -- memory tracking system has been enhanced to tell you which function lead to the memory leak. Please update all your source code files.
- 2007.1.30 10:30pm -- you MUST
#include "microscheme.h" in all your .c files to enable memory tracking!
- 2007.1.30 06:32pm -- IMPORTANT UPDATE revised code base to track memory usage (see Misc. Requirements). In addition, we reorganized the code into two files,
microscheme.c, the primary file you will submit your work in, and core.c, contains the functions needed to setup the scheme interpreter environment. Please update all of your files to the new versions (see the Getting Started section). This update should make the project easier!
- 2007.1.30 12:26am -- Slightly modified microscheme.c file to fix bugs. Get a new copy of microscheme.c (as in the Getting Started section).
- 2007.1.29 11:57pm -- Clairified process for submitting project with extra credit.
- 2007.1.29 08:15pm -- Added examples with nested subexpressions.
- 2007.1.29 06:29pm -- Minor edits to organization and wording.
- 2007.1.29 -- Project spec posted!