mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-08 01:36:54 +08:00
- 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 |
||
|---|---|---|
| .. | ||
| main.cpp | ||
| multithreaded.cpp | ||
| reflection.cpp | ||
| stl_extra.cpp | ||
| test_module.cpp | ||
| work.chai | ||