codebased/scirpt/compiler.h
2023-04-25 02:13:20 +02:00

11 lines
141 B
C

#ifndef COMPILER_H
#define COMPILER_H
#include "scirpt/bytecode.h"
#include "scirpt/compiler.h"
typedef struct {
} ScirptCompiler;
#endif