MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
dbg.h
Go to the documentation of this file.
1#pragma once
2
3#include <fe/dbg.h>
4#include <fe/error.h>
5#include <fe/loc.h>
6#include <fe/sym.h>
7
8namespace mim {
9
10using fe::Dbg;
11using fe::DbgKey;
12using fe::Error;
13using fe::Loc;
14using fe::Pos;
15using fe::Sym;
16
17} // namespace mim
Definition ast.h:16