TokenCursor constructor

TokenCursor(
  1. List<Token> tokens
)

Implementation

TokenCursor(this.tokens) : eofToken = tokens.last;