Jason Turner 1f72afc8f5 Add crashes and fixes found during fuzzy testing
* Let unhandled exceptions propogate to user
 * Report eval_error when break statement is not in loop
 * Fix handling of 0 length scripts closes #193
 * Don't crash on arity mismatch - Specifically affects the case where no overloads exist for a given function
 * Fix error printing for `bind` calls
 * Handle unexpected continue statement
 * Check arity during bind
 * Don't allow arith conversion on variadic function
 * Correct `bind` parameter match count
 * Add in expected Boxed_Value exception cases
 * Check access to AST, don't allow `;` in func def
 * Don't attempt arithmetic unary & call
 * Don't crash on 0 param call to `bind`
 * Catch errors during member function dispatch
 * Properly handle type of const bool &
2015-07-16 12:51:50 -06:00
..
dispatchkit Add crashes and fixes found during fuzzy testing 2015-07-16 12:51:50 -06:00
language Add crashes and fixes found during fuzzy testing 2015-07-16 12:51:50 -06:00
utility Code simplifications and spelling fixes found by clion 2015-04-27 08:09:31 -06:00
chaiscript_defines.hpp g++4.6 correction 2015-06-01 16:08:04 -06:00
chaiscript_stdlib.hpp Move prelude into stdlib so it's not included everywhere 2015-05-23 16:16:39 -06:00
chaiscript_threading.hpp Add note about handling of thread contexts 2015-07-11 18:34:09 -06:00
chaiscript.hpp Merge branch 'master' into develop 2015-03-13 22:28:24 -06:00