4#include <unordered_map>
29 std::shared_ptr<const PointScript>
compile(
const String& code, String& error);
37 std::unordered_map<String, std::shared_ptr<const PointScript>> cache_;
Basic attribute, parameter, and node types for Enzo.
Compiler for the per point scripts a script node runs.
Definition ScriptEngine.h:23
std::shared_ptr< const PointScript > compile(const String &code, String &error)
Returns the compiled script for the user's code.
Definition ScriptEngine.cpp:12