evaluation still broken.
This commit is contained in:
parent
0428a021bd
commit
c5ccbe32e5
|
@ -109,11 +109,11 @@
|
|||
(make-PopEnvironment (make-SubtractArg (make-Reg 'argcount) (make-Const 1))
|
||||
(make-Const 0))
|
||||
after-pop-prompt:
|
||||
last:))))
|
||||
|
||||
|
||||
|
||||
|
||||
last:
|
||||
;; Finally, return to the success continuation on the stack.
|
||||
(make-AssignImmediate 'proc (make-ControlStackLabel))
|
||||
(make-PopControlFrame)
|
||||
(make-Goto (make-Reg 'proc))))))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -162,6 +162,7 @@
|
|||
var compiledCodes = compiledResult.compiledCodes;
|
||||
forEachK(compiledCodes,
|
||||
function(code, k) {
|
||||
console.log(code);
|
||||
// Indirect eval usage here is deliberate.
|
||||
var codeFunction = (0,eval)(code);
|
||||
var onGoodEvaluation = function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user