Improve call stack handling to prepare for propert tail call handling.
This commit is contained in:
@@ -2,6 +2,8 @@ package lua.value;
|
||||
|
||||
public class LFunction extends LValue {
|
||||
|
||||
|
||||
public String toString() {
|
||||
return "function: "+hashCode();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user