class Semantic { /** * Checks and validates whether the code complies with the semantic rules */ fun check(statements: MutableList>): Boolean { return true } }