MimIR
0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
ll.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <ostream>
4
5
namespace
mim
{
6
7
class
World;
8
9
namespace
ll {
10
11
void
emit
(
World
&, std::ostream&);
12
13
int
compile
(
World
&, std::string name);
14
int
compile
(
World
&, std::string ll, std::string out);
15
int
compile_and_run
(
World
&, std::string name, std::string args = {});
16
17
}
// namespace ll
18
}
// namespace mim
mim::World
The World represents the whole program and manages creation of MimIR nodes (Defs).
Definition
world.h:33
mim::ll::compile_and_run
int compile_and_run(World &, std::string name, std::string args={})
Definition
ll.cpp:1087
mim::ll::emit
void emit(World &, std::ostream &)
Definition
ll.cpp:1065
mim::ll::compile
int compile(World &, std::string name)
Definition
ll.cpp:1070
mim
Definition
cfg.h:11
include
mim
plug
core
be
ll.h
Generated by
1.12.0