2009-07-08 04:22:47 +00:00
..
callbacktest.cpp Handle the ReturnVal exception at the eval_function level so that functions passed back to C++ land have their return values handled properly 2009-06-21 19:45:36 +00:00
chaiscript_engine.hpp Register string as a container type and update the prelue to guard to_string for ranges against strings. 2009-07-03 16:37:18 +00:00
chaiscript_eval.hpp Add support for annotations to dispatchkit, and reflect that support in chaiscript. 2009-07-08 02:03:25 +00:00
chaiscript_parser.hpp Added function def annotations 2009-07-07 16:16:27 +00:00
chaiscript_prelude.hpp dump_system() looks nice now, lots of little updates. Annotations are displayed as well, but they do not work for the prelude, I don't know why. Any attempt to add them invalidates the function definition in question. sensors.chai does work, however 2009-07-08 04:22:47 +00:00
chaiscript.hpp Added function def annotations 2009-07-07 16:16:27 +00:00
CMakeLists.txt Remove unnecessary type comparison in equation 2009-07-03 14:52:05 +00:00
main.cpp Fixed repl scope leak after an exception 2009-07-03 03:13:05 +00:00
sensors.cpp Initial reworking of chaiscript parser to use the new chaioop parser 2009-06-30 18:17:15 +00:00