gemstone/src/compiler.h

16 lines
283 B
C
Raw Normal View History

//
// 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