public ShuntingYard(RegExLexer lexer) { this.lexer = lexer; }
public ShuntingYard(RegExLexer lexer) => this.lexer = lexer;