Files
Iuri Matias d633575677 add IDL parser & generator (wip) (#33)
* add IDL parser & generator (wip)

* fix fixtures issues affecting tests

* fix fixtures issues affecting tests
2026-03-31 16:29:35 -04:00

10 lines
173 B
C

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