mirror of
https://github.com/pocketpy/pocketpy
synced 2026-08-09 15:47:12 +08:00
9 lines
223 B
C
9 lines
223 B
C
#pragma once
|
|
|
|
#include "pocketpy/common/vector.h"
|
|
#include "pocketpy/compiler/lexer.h"
|
|
#include "pocketpy/objects/sourcedata.h"
|
|
#include "pocketpy/objects/codeobject.h"
|
|
|
|
Error* pk_compile(SourceData_ src, CodeObject* out);
|