kuroko/compiler.h

7 lines
142 B
C
Raw Normal View History

#pragma once
#include "object.h"
extern KrkFunction * krk_compile(const char * src, int newScope);
extern void krk_markCompilerRoots(void);