MimIR
0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
sexpr.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
sexpr
{
10
11
void
emit
(
World
&, std::ostream&);
12
void
emit_slotted
(
World
&, std::ostream&);
13
14
}
// namespace sexpr
15
16
}
// namespace mim
mim::World
The World represents the whole program and manages creation of MimIR nodes (Defs).
Definition
world.h:31
mim::sexpr
Definition
sexpr.h:9
mim::sexpr::emit_slotted
void emit_slotted(World &, std::ostream &)
Definition
sexpr.cpp:666
mim::sexpr::emit
void emit(World &, std::ostream &)
Definition
sexpr.cpp:661
mim
Definition
ast.h:14
include
mim
plug
core
be
sexpr.h
Generated by
1.16.1