lox/clox/compiler.h

8 lines
92 B
C

#ifndef clox_compiler_h
#define clox_compiler_h
void compile(const char* source);
#endif