isAtEnd method

bool isAtEnd()

Implementation

bool isAtEnd() {
  return current >= source.length;
}