|
//
|
|
// 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.
|
|
* @return status of compilation
|
|
*/
|
|
int run_compiler();
|
|
|
|
#endif //GEMSTONE_COMPILER_H
|