mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-06 01:39:56 +08:00
Merge pull request #82 from mgee/master
Fix pretty_print for inline arrays.
This commit is contained in:
commit
4fc51dfe05
@ -1014,6 +1014,10 @@ namespace chaiscript
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual std::string pretty_print() const
|
||||||
|
{
|
||||||
|
return "[" + AST_Node::pretty_print() + "]";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Inline_Map_AST_Node : public AST_Node {
|
struct Inline_Map_AST_Node : public AST_Node {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user