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
..
chaiscript_algebraic.hpp Merge remote-tracking branch 'origin/c++17' into develop 2018-05-29 13:21:09 -06:00
chaiscript_common.hpp Merge branch 'develop' into best_practices 2018-05-30 08:30:29 -06:00
chaiscript_engine.hpp Fix for warnings: by-copy capture of ‘this’ and unused-local-typedefs 2020-01-13 16:36:32 +01:00
chaiscript_eval.hpp pass details to eval_exceptions for getting an object 2020-05-23 00:15:34 -04:00
chaiscript_optimizer.hpp Merge remote-tracking branch 'origin/c++17' into develop 2018-05-29 13:21:09 -06:00
chaiscript_parser.hpp Merge branch 'best_practices' into develop 2018-06-03 16:40:29 -06:00
chaiscript_posix.hpp Merge branch 'develop' into best_practices 2018-05-30 08:30:29 -06:00
chaiscript_prelude_docs.hpp Fix description of get_guard() 2016-03-30 18:14:12 +03:00
chaiscript_prelude.hpp Formatting cleanup 2018-06-11 05:27:48 -06:00
chaiscript_tracer.hpp Merge remote-tracking branch 'origin/c++17' into develop 2018-05-29 13:21:09 -06:00
chaiscript_unknown.hpp Update copyrights to 2018 2018-05-29 11:51:15 -06:00
chaiscript_windows.hpp Update copyrights to 2018 2018-05-29 11:51:15 -06:00