#include #include "uCalc.h" using namespace std; using namespace uCalcSoftware; int main() { uCalc uc; uCalc::Transformer t; t.FromTo("{@Reducible:op}", "[OP:{op}]"); cout << t.Transform("a + b <= c") << endl; }