Catch exceptions of StandardCompiler

This commit is contained in:
Alex Beregszaszi
2017-04-20 19:38:00 +01:00
parent 4f3c76364c
commit 418759ece0
2 changed files with 15 additions and 1 deletions
+2
View File
@@ -52,6 +52,8 @@ public:
std::string compile(std::string const& _input);
private:
Json::Value compileInternal(Json::Value const& _input);
CompilerStack m_compilerStack;
};