17 #include <torquescript/platformcontext.hpp>
Definition: platformcontext.hpp:24
A structure representing overall interpreter runtime configuration. Some settings can be changed at r...
Definition: interpreterconfiguration.hpp:26
unsigned int mMaxRecursionDepth
Maximum call stack depth. If set to 0, no maximum call depth is enforced.
Definition: interpreterconfiguration.hpp:37
PlatformContext *const mPlatform
The platform context used for handling ie. logging, File I/O and so on. While this can be reassigned ...
Definition: interpreterconfiguration.hpp:34
bool mCaseSensitive
Whether or not the interpreter should be case sensitive. While this can be reassigned at runtime,...
Definition: interpreterconfiguration.hpp:40