MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
opt.cpp
Go to the documentation of this file.
1#include "mim/plug/opt/opt.h"
2
3using namespace mim;
4
5extern "C" MIM_EXPORT Plugin mim_get_plugin() { return {"opt", MIM_VERSION, nullptr, nullptr}; }
#define MIM_EXPORT
Definition config.h:19
Definition ast.h:14
mim::Plugin mim_get_plugin()
#define MIM_VERSION
Definition plugin.h:54
Basic info and registration function pointer to be returned from a specific plugin.
Definition plugin.h:59