Beispiel #1
0
bool Controller::isSyntaxCorrect(list<Statement>& sourceList) {
	Checker checker;
	return checker.isSyntaxCorrect(sourceList);
}