|
Enzo
|
Compiler for the per point scripts a script node runs. More...
#include <ScriptEngine.h>
Public Member Functions | |
| std::shared_ptr< const PointScript > | compile (const String &code, String &error) |
| Returns the compiled script for the user's code. | |
| ScriptEngine (const ScriptEngine &)=delete | |
| ScriptEngine & | operator= (const ScriptEngine &)=delete |
Static Public Member Functions | |
| static ScriptEngine & | instance () |
Compiler for the per point scripts a script node runs.
| std::shared_ptr< const PointScript > enzo::expr::ScriptEngine::compile | ( | const String & | code, |
| String & | error ) |
Returns the compiled script for the user's code.