basic syntax highlighting in script subview

This commit is contained in:
Marc Zinnschlag 2013-04-10 22:49:22 +02:00
parent 3a87b12baf
commit 74145410f2
9 changed files with 264 additions and 3 deletions

View file

@ -0,0 +1,6 @@
#include "nullerrorhandler.hpp"
void Compiler::NullErrorHandler::report (const std::string& message, const TokenLoc& loc, Type type) {}
void Compiler::NullErrorHandler::report (const std::string& message, Type type) {}