implemented letrec and corrected let and let*

This commit is contained in:
2014-01-26 14:58:02 +00:00
parent 4b4f8de4fd
commit 4208d8f2df
4 changed files with 79 additions and 28 deletions

View File

@ -2,7 +2,7 @@
separate (H2.Scheme.Execute)
procedure Apply is
pragma Inline (Apply);
--pragma Inline (Apply);
Operand: aliased Object_Pointer;
Func: aliased Object_Pointer;