ChaiScript
Todo List
Class chaiscript::bootstrap::standard_library::Bidir_Range< Container, IterType >
Update the Range code to base its capabilities on the user_typetraits of the iterator passed in
Member chaiscript::bootstrap::standard_library::random_access_container_type (const std::string &, Module &m)

we are preferring to keep the key as 'int' to avoid runtime conversions during dispatch. reevaluate

we are preferring to keep the key as 'int' to avoid runtime conversions during dispatch. reevaluate

we are preferring to keep the key as 'int' to avoid runtime conversions during dispatch. reevaluate

Member chaiscript::const_var (const T &t)
support C++11 strongly typed enums
Class chaiscript::detail::Cast_Helper_Inner< const std::unique_ptr< Result > & >
Fix the fact that this has to be in a shared_ptr for now
Class chaiscript::detail::Cast_Helper_Inner< std::unique_ptr< Result > & >
Fix the fact that this has to be in a shared_ptr for now
Class chaiscript::detail::Cast_Helper_Inner< std::unique_ptr< Result > && >
Fix the fact that this has to be in a shared_ptr for now
Member chaiscript::detail::Type_Conversion_Impl< Callable >::convert (const Boxed_Value &t_from) const override
better handling of errors from the conversion function
Member chaiscript::eval::Class_AST_Node< T >::eval_internal (const chaiscript::detail::Dispatch_State &t_ss) const override
do this better
Member chaiscript::eval::Equation_AST_Node< T >::eval_internal (const chaiscript::detail::Dispatch_State &t_ss) const override
This does not handle the case of an unassigned reference variable being assigned outside of its declaration
Member chaiscript::parser::ChaiScript_Parser< Tracer, Optimizer, Parse_Depth >::build_match (size_t t_match_start, std::string t_text="")
fix the fact that a successful match that captured no ast_nodes doesn't have any real start position
Member chaiscript::parser::ChaiScript_Parser< Tracer, Optimizer, Parse_Depth >::Dot_Fun_Array ()
Work around for method calls until we have a better solution