mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 10:46:59 +08:00
Merge 241ca7520422dae4edd2e7893916f0bed00244c9 into 185888501011601a2c4aff318939fa0f4f59892c
This commit is contained in:
commit
7ec393b417
@ -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