dropSemicolons method

void dropSemicolons()

TODO: semicolons are needed to disambiguate grammar

Implementation

void dropSemicolons() =>
    tokens.removeWhere((e) => e.type == TokenType.kSemicolon);