#include #include "uCalc.h" using namespace std; using namespace uCalcSoftware; int main() { uCalc uc; auto t = uc.NewTransformer(); t.FromTo("a {@Comment: Ignore this} b c", "x{@Comment: ignore} y z"); cout << t.Transform("a b. a b c. abc.") << endl; }