implemented letrec and corrected let and let*

This commit is contained in:
2014-01-26 14:58:02 +00:00
parent fcdfd4cde7
commit 84f0951549
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;