1 2 3 4 5 6 7 8 9
#ifndef MRUBY_COMPILER_H #define MRUBY_COMPILER_H #include "mrc_ccontext.h" #include "mrc_irep.h" #include "mrc_compile.h" #include "mrc_dump.h" #endif // MRUBY_COMPILER_H