Clean up exception story so that there is only one exception type and one thing the user needs to catch

This commit is contained in:
Jonathan Turner
2009-07-16 13:24:15 +00:00
parent 8dbb43f45f
commit aed493322b
4 changed files with 69 additions and 103 deletions

View File

@@ -88,7 +88,7 @@ namespace chaiscript
engine.register_function(boost::shared_ptr<dispatchkit::Proxy_Function>(
new dispatchkit::Dynamic_Proxy_Function(boost::bind(&ChaiScript_System<Eval_Engine>::eval, boost::ref(*this), _1), 1)), "eval");
evaluate_string(chaiscript_prelude);
evaluate_string(chaiscript_prelude, "standard prelude");
}
/**