Skip to content
  • Michal 'vorner' Vaner's avatar
    [2375] Don't restore internal token on ungetToken · be89b811
    Michal 'vorner' Vaner authored
    It was not safe, because it may refer to some data elsewhere. Luckily,
    it seems it is not needed anyway, since the only way that a token can
    get out of the lexer is through the getNextToken, which would get a new
    one, and through a testing method not meant for public use.
    be89b811