/// <summary> /// Initializes a new instance of the <see cref="ExpressionPromoter"/> class. /// </summary> /// <param name="config">The ParsingConfig.</param> public ExpressionPromoter(ParsingConfig config) { _numberParser = new NumberParser(config); }