Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11

This commit is contained in:
Jason Turner
2013-03-28 21:07:19 -06:00
3 changed files with 8 additions and 2 deletions

View File

@@ -1034,6 +1034,10 @@ namespace chaiscript
}
virtual std::string pretty_print() const
{
return "[" + AST_Node::pretty_print() + "]";
}
};
struct Inline_Map_AST_Node : public AST_Node {