mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 03:19:28 +08:00
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> |
||
|---|---|---|
| .. | ||
| chaiscript_algebraic.hpp | ||
| chaiscript_common.hpp | ||
| chaiscript_engine.hpp | ||
| chaiscript_eval.hpp | ||
| chaiscript_optimizer.hpp | ||
| chaiscript_parser.hpp | ||
| chaiscript_posix.hpp | ||
| chaiscript_prelude_docs.hpp | ||
| chaiscript_prelude.hpp | ||
| chaiscript_tracer.hpp | ||
| chaiscript_unknown.hpp | ||
| chaiscript_windows.hpp | ||