TankorSmash b1ada418d8
pass details to eval_exceptions for getting an object
This adds the current file, line and column to an exception thrown during object lookup.

Tested with `chai.eval("puts(bogusvar[0])")` and `chai.eval_file(file_containing_the_same)` and it printed the line and filename/`__EVAL__`.
2020-05-23 00:15:34 -04:00
..
dispatchkit Merge pull request #453 from AlekMosingiewicz/error_on_double_conversion 2018-08-15 13:33:13 -06:00
language pass details to eval_exceptions for getting an object 2020-05-23 00:15:34 -04:00
utility Merge branch 'develop' into best_practices 2018-05-30 08:30:29 -06:00
chaiscript_basic.hpp Update copyrights to 2018 2018-05-29 11:51:15 -06:00
chaiscript_defines.hpp Update version to 6.1.1 2018-08-15 13:12:36 -06:00
chaiscript_stdlib.hpp Avoid creating vectors when possible 2017-11-16 09:10:48 -07:00
chaiscript_threading.hpp Fix: added 'static' to thread_local variable in chaiscript/chaiscript_threading.hpp 2018-11-15 18:59:18 +03:00
chaiscript.hpp Update copyrights to 2018 2018-05-29 11:51:15 -06:00