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
ChaiScript
/
include
/
chaiscript
/
language
History
Jason Turner
ba6b392174
Approximate 20% reduction in runtime on long running scripts, based on profiling data. Reduce number of execution of object cache culling, reduction of copies of the stack and reduction of Boxed_Value copies
2009-08-05 02:43:13 +00:00
..
chaiscript_engine.hpp
Add "type_name" function and port the "new" in prelude to use it instead of clone/clear.
2009-07-24 04:01:28 +00:00
chaiscript_eval.hpp
Approximate 20% reduction in runtime on long running scripts, based on profiling data. Reduce number of execution of object cache culling, reduction of copies of the stack and reduction of Boxed_Value copies
2009-08-05 02:43:13 +00:00
chaiscript_parser.hpp
Change 'elseif' to 'else if' to better support C++ expectations
2009-07-17 14:16:27 +00:00
chaiscript_prelude.hpp
Make "clone" a chaiscript based operation instead of forcing the user to register a clone method.
2009-07-24 13:17:00 +00:00