The C1CalcEngine class is responsible for parsing and evaluating the expressions used in C1Binding objects, but it is a public class and can also be used independently of C1Binding.
The C1CalcEngine class has two main methods: Parse and Evaluate:
1. Parse parses strings into Expression objects.
2. Evaluate parses strings and evaluates the resulting expression.