function __construct(Source $source, array $options = []) { $this->lexer = new Lexer($source, $options); }