mirror of
https://github.com/logos-co/logos-cpp-sdk.git
synced 2026-08-31 01:31:10 +00:00
* add IDL parser & generator (wip) * fix fixtures issues affecting tests * fix fixtures issues affecting tests
10 lines
173 B
C
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
|