leftibot 6beedc0787 Fix #116: Add set_file_reader callback for custom file loading
Add a customizable file reader callback to ChaiScript_Basic, following
the same pattern as set_print_handler. When set, the callback is invoked
instead of the default filesystem read, enabling use cases like encrypted
files, in-memory virtual filesystems, or platform-specific file access
(e.g., Android assets). The callback is settable from both C++ and
ChaiScript.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 19:09:54 -06:00
..
chaiscript Fix #116: Add set_file_reader callback for custom file loading 2026-04-13 19:09:54 -06:00