11 lines
141 B
C
11 lines
141 B
C
#ifndef COMPILER_H
|
|
#define COMPILER_H
|
|
|
|
#include "scirpt/bytecode.h"
|
|
#include "scirpt/compiler.h"
|
|
|
|
typedef struct {
|
|
} ScirptCompiler;
|
|
|
|
#endif
|