Add testing

This commit is contained in:
MaxanRus 2021-12-27 16:53:28 +03:00
parent 88ca215573
commit c33b2eee86
9 changed files with 109 additions and 6 deletions

View file

@ -10,6 +10,9 @@ struct Variable;
struct VariableInStack;
struct Expression;
void SetPrintStringStream();
std::stringstream& GetPrintStringStream();
struct Node {
Node* parent = nullptr;
Node* next = nullptr;