#ifndef LIDL_SERIALIZER_H
#define LIDL_SERIALIZER_H
#include "lidl_ast.h"
#include <QString>
QString lidlSerialize(const ModuleDecl& module);
#endif // LIDL_SERIALIZER_H