compiler.h
Go to the documentation of this file.
1 #pragma once
6 #include "object.h"
7 
17 extern KrkCodeObject * krk_compile(const char * src, const char * fileName);
18 
KrkCodeObject * krk_compile(const char *src, const char *fileName)
Compile a string to a code object.
Definition: compiler.c:4129
Struct definitions for core object types.
Code object.
Definition: object.h:163