Home
last modified time | relevance | path

Searched defs:Block_AST_Node (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/language/
H A Dchaiscript_eval.hpp735 struct Block_AST_Node final : AST_Node_Impl<T> { struct
736Block_AST_Node(std::string t_ast_node_text, Parse_Location t_loc, std::vector<AST_Node_Impl_Ptr<T>… in Block_AST_Node() argument
739 Boxed_Value eval_internal(const chaiscript::detail::Dispatch_State &t_ss) const override { in eval_internal()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/language/
H A Dchaiscript_eval.hpp738 struct Block_AST_Node final : AST_Node_Impl<T> { struct
739Block_AST_Node(std::string t_ast_node_text, Parse_Location t_loc, std::vector<AST_Node_Impl_Ptr<T>… in Block_AST_Node() function
742 Boxed_Value eval_internal(const chaiscript::detail::Dispatch_State &t_ss) const override { in eval_internal()