leftibot f1e0fb35da Fix #206: Make internal string type a template parameter
Add a StringType template parameter (defaulting to std::string) to
ChaiScript_Parser, Bootstrap::bootstrap(), and Std_Lib::library(),
flowing through to the ChaiScript_Impl convenience class. This allows
users to instantiate ChaiScript with std::wstring (via ChaiScript_WString)
or other string types. String literals, escape sequences (including
unicode for wide chars via if constexpr), to_string conversions, and
string operations all respect the parameterized type.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 19:30:57 -06:00
..
dispatchkit Fix #206: Make internal string type a template parameter 2026-04-13 19:30:57 -06:00
language Fix #206: Make internal string type a template parameter 2026-04-13 19:30:57 -06:00
utility Fix #499: Add object_from_json, map_to_object, and object_to_map functions (#676) 2026-04-13 15:44:04 -06:00
chaiscript_basic.hpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
chaiscript_defines.hpp Fix #146: Add configuration to bypass the registering of 'built-in' functions. (#642) 2026-04-11 16:49:13 -06:00
chaiscript_stdlib.hpp Fix #206: Make internal string type a template parameter 2026-04-13 19:30:57 -06:00
chaiscript_threading.hpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
chaiscript.hpp Fix #206: Make internal string type a template parameter 2026-04-13 19:30:57 -06:00