diff options
Diffstat (limited to 'src/core/script/ScriptEngine.hpp')
-rw-r--r-- | src/core/script/ScriptEngine.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/script/ScriptEngine.hpp b/src/core/script/ScriptEngine.hpp index 2341beb..6c048aa 100644 --- a/src/core/script/ScriptEngine.hpp +++ b/src/core/script/ScriptEngine.hpp @@ -27,6 +27,14 @@ #include "Variant.hpp" +// TODO: Provide more Exception classes than ScriptEngineException -- one for +// internal errors, one for script errors + +// TODO: Allow reporting multiple exceptions (e.g. to report all syntax errors +// at once) + +// TODO: Add API that allow pre-compilation of scripts + namespace ousia { namespace script { |