This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
ChaiScript
Watch
1
Star
0
Fork
0
You've already forked ChaiScript
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
a5ecd3ceb05ea5f6ec5ef90f67fc76b5c082fcba
ChaiScript
/
chaiscript
History
Jonathan Turner
68da0eb404
Added map and reduce functions
2009-06-22 11:51:56 +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
Added map and reduce functions
2009-06-22 11:51:56 +00:00
chaiscript_eval.hpp
Make EvalError a subclass of runtime_error and provide the std::exception with a robust description for easier debugging of callback/scripted function calls
2009-06-21 20:07:11 +00:00
chaiscript.hpp
Added short form lambda: (x) : { x + 10 }. Fixed eval sample
2009-06-21 00:35:45 +00:00
CMakeLists.txt
Prelim sensor callback implementation, should probably be moved out of the chaiscript dir at some point
2009-06-20 19:04:39 +00:00
main.cpp
Add chaiscript namespace
2009-06-14 02:18:13 +00:00
sensors.cpp
Clean up syntax for build_function_caller to allow for further use of it better
2009-06-21 17:20:26 +00:00