//! Base module for the script engine.
//!
//! NOTE: At this point, Lua is the only planned scripting language for aipack.
//! It is small, simple, relatively well-known, efficient, and in many ways was made for these kinds of use cases.
//!
// region: --- Modules
pub use *;
pub use *;
pub use *;
// Needed for test only (beside this script module)
pub use process_lua_eval_result;
// endregion: --- Modules
const DEFAULT_MARKERS: & = &;