Files

10 lines
173 B
C
Raw Permalink Normal View History

2026-03-31 16:29:35 -04:00
#ifndef LIDL_SERIALIZER_H
#define LIDL_SERIALIZER_H
#include "lidl_ast.h"
#include <QString>
QString lidlSerialize(const ModuleDecl& module);
#endif // LIDL_SERIALIZER_H