Jason Turner 136b877afa Reduce cost of including chaiscript.hpp
- ChaiScript no longer includes or automatically instantiates std lib
 - ChaiScript constructor now requires an std lib instance in the form
   of a ModulePtr object
 - This new layout facilitates better usage of compilation firewalls and
   factories for reducing the overall impact of ChaiScript on a project
2011-12-27 21:37:00 -07:00
..
callbacks.chai Clean up some of the function callback and functor code, for easier registration, etc. 2009-06-23 03:01:56 +00:00
eval.chai Fix up some broken sample files 2009-12-02 14:29:42 +00:00
example.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
for.chai Fix up some broken sample files 2009-12-02 14:29:42 +00:00
fun.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
hello.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
if.chai Add error to CMakeList.txt on missing Boost. Fix if sample 2009-07-26 13:33:58 +00:00
lambda.chai Fixes to for loops. Added elseif and else 2009-07-01 17:13:52 +00:00
loop_break.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
memory_leak_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
oper.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
range.chai Fixes to for loops. Added elseif and else 2009-07-01 17:13:52 +00:00
scope.chai Fixes to for loops. Added elseif and else 2009-07-01 17:13:52 +00:00
vector.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
while.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00