@override LexerParse copy({List<String>? newStates}) => LexerParse(lexer, newStates ?? this.newStates);