public BigDecimalEvaluator(Parser parser, EvaluationContext context) : base(parser, context) { fallback = new DoubleEvaluator(parser, context); }