comparison core/src/luan/impl/LuanStateImpl.java @ 658:e038905512d3

compile ReturnStmt
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 05 Apr 2016 18:38:29 -0600
parents 067d9470184d
children f1150518c467
comparison
equal deleted inserted replaced
657:8081713bf7d9 658:e038905512d3
51 return downValues[index]; 51 return downValues[index];
52 } 52 }
53 } 53 }
54 54
55 private Frame frame = null; 55 private Frame frame = null;
56 Object returnValues; 56 public Object returnValues;
57 Closure tailFn; 57 Closure tailFn;
58 58
59 LuanStateImpl() {} 59 LuanStateImpl() {}
60 60
61 private LuanStateImpl(LuanStateImpl luan) { 61 private LuanStateImpl(LuanStateImpl luan) {