lexer property

Lexer lexer

The lexer for this environment.

Implementation

Lexer get lexer {
  return Lexer.cached(this);
}