gemstone/src/compiler.h

14 lines
231 B
C
Raw Permalink 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.
*/
2024-06-02 22:24:17 +00:00
void run_compiler();
#endif //GEMSTONE_COMPILER_H