hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
boot.H
Go to the documentation of this file.
1 #ifndef HOG_BOOT_COMPILE_HPP_INCLUDED
2 #define HOG_BOOT_COMPILE_HPP_INCLUDED
3 
4 #include <hobbes/eval/cc.H>
5 
6 namespace hog {
8 }
9 
10 #endif
Definition: batchrecv.C:20
void compileBootCode(hobbes::cc &ctx)
Definition: boot.C:9
Definition: cc.H:64