// // 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. */ void run_compiler(); #endif //GEMSTONE_COMPILER_H