예제 #1
0
 /// <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);
 }