eof method

bool eof()

Implementation

bool eof() => curr >= tokens.length;