WIP
[kaleidoscope.git] / Kaleidoscope / shared.h
1 //
2 //  shared.h
3 //  Kaleidoscope
4 //
5 //  Created by Luke Lau on 10/02/2018.
6 //  Copyright © 2018 Luke Lau. All rights reserved.
7 //
8
9 #ifndef shared_h
10 #define shared_h
11
12 extern std::unique_ptr<Module> TheModule;
13 static std::map<char, int> BinopPrecedence;
14
15 #endif /* shared_h */