MimIR 0.1
MimIR is my Intermediate Representation
|
#include "mim/rewrite.h"
#include <absl/container/fixed_array.h>
#include "mim/check.h"
#include "mim/world.h"
#include "fe/assert.h"
Go to the source code of this file.
Namespaces | |
namespace | mim |
Macros | |
#define | CODE_MUT(N) |
#define | CODE_IMM(N) |
#define CODE_IMM | ( | N | ) |
Definition at line 23 of file rewrite.cpp.
#define CODE_MUT | ( | N | ) |
Definition at line 22 of file rewrite.cpp.