Add testing
This commit is contained in:
parent
88ca215573
commit
c33b2eee86
9 changed files with 109 additions and 6 deletions
|
@ -10,6 +10,9 @@ struct Variable;
|
|||
struct VariableInStack;
|
||||
struct Expression;
|
||||
|
||||
void SetPrintStringStream();
|
||||
std::stringstream& GetPrintStringStream();
|
||||
|
||||
struct Node {
|
||||
Node* parent = nullptr;
|
||||
Node* next = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue