MimIR 0.1
MimIR is my Intermediate Representation
|
#include <fstream>
#include <fe/assert.h>
#include "mim/driver.h"
#include "mim/analyses/deptree.h"
#include "mim/ast/tok.h"
#include "mim/util/util.h"
Go to the source code of this file.
Namespaces | |
namespace | mim |
Macros | |
#define | MY_PREC(m) |
#define | CODE(l, p, r) |
#define | CODE(l, p, r) |
Functions | |
std::ostream operator | |
std::ostream & | mim::operator<< (std::ostream &, Ref) |
std::ostream & | mim::operator<< (std::ostream &os, const Def *def) |
This will stream def as an operand. | |
#define CODE | ( | l, | |
p, | |||
r ) |