Lexer constructor

Lexer(
  1. String source
)

Implementation

Lexer(this.source) {
  consume();
}