Tutorial
IDE
Examples
Kuroko
Github
Downloads
Docs
src
kuroko
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
krk_compile
KrkCodeObject * krk_compile(const char *src, const char *fileName)
Compile a string to a code object.
Definition:
compiler.c:4129
object.h
Struct definitions for core object types.
KrkCodeObject
Code object.
Definition:
object.h:163