Files
cground/src/compiler.h

4 lines
72 B
C
Raw Normal View History

#include "types.h"
char* compileGroundProgram(GroundProgram* program);