MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
math.cpp
Go to the documentation of this file.
2
3#include <mim/config.h>
4#include <mim/pass.h>
5
6using namespace mim;
7
8extern "C" MIM_EXPORT Plugin mim_get_plugin() { return {"math", plug::math::register_normalizers, nullptr, nullptr}; }
#define MIM_EXPORT
Definition config.h:16
void register_normalizers(Normalizers &normalizers)
Definition ast.h:14
mim::Plugin mim_get_plugin()
Basic info and registration function pointer to be returned from a specific plugin.
Definition plugin.h:30