viZu/nasca

Refactor NestedExpression: varName

viZu opened this issue · 0 comments

viZu commented

NestedExpression should be really nested. Instead of varName the previous Expression should be given, otherwise generating might not possible. E.g.
"15".toInt would generate std::stoi(15) instead of std::stoi("15")