// // Created by servostar on 6/2/24. // #ifndef GEMSTONE_COMPILER_H #define GEMSTONE_COMPILER_H /** * @brief Run the gemstone compiler with the provided command arguments. * @param argc * @param argv */ void run_compiler(int argc, char *argv[]); #endif //GEMSTONE_COMPILER_H