#include "FileInput.h"
#include "Stack.h"
#include "Label.h"

struct Global {
    static FileInput *files;
    static Stack *stack;
    static Labels *labels;
};