var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
This commit is contained in:
parent
f633a02c32
commit
5bcab07681
11 changed files with 407 additions and 284 deletions
|
|
@ -186,7 +186,7 @@ func (v *ObjectValue) String() string {
|
|||
out += ", "
|
||||
}
|
||||
|
||||
out += fmt.Sprintf("%q=%s", key, value.String())
|
||||
out += fmt.Sprintf("%q=%s", key, value.DebugString())
|
||||
}
|
||||
out += "}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue