kuroko/compiler.h

7 lines
159 B
C
Raw Normal View History

#pragma once
#include "object.h"
2020-12-28 04:54:25 +03:00
extern KrkFunction * krk_compile(const char * src, int newScope, char * fileName);
extern void krk_markCompilerRoots(void);