|
MimIR 0.1
MimIR is my Intermediate Representation
|
#include <fstream>#include <ostream>#include <fe/assert.h>#include "mim/driver.h"#include "mim/nest.h"#include "mim/ast/tok.h"#include "mim/util/util.h"Go to the source code of this file.
Namespaces | |
| namespace | mim |
Enumerations | |
| enum class | mim::Assoc |
| Associativity of an infix expression. More... | |
| enum class | mim::Prec |
| Expression precedences used by the parser and the dumper; ordered low to high. More... | |
Functions | |
| std::ostream & | mim::operator<< (std::ostream &os, const Def *def) |
This will stream def as an operand. | |
| constexpr Assoc | mim::prec_assoc (Prec p) |
Associativity of precedence level p. | |