2012-08-16 01:00:30 +01:00
|
|
|
#ifndef BUILTIN_H
|
|
|
|
#define BUILTIN_H
|
|
|
|
|
2013-06-18 01:36:18 +01:00
|
|
|
#include "bytecode.h"
|
2012-09-16 17:08:56 +01:00
|
|
|
#include "compile.h"
|
2012-08-16 01:00:30 +01:00
|
|
|
|
2013-05-17 03:03:42 +10:00
|
|
|
int builtins_bind(block*);
|
2012-08-16 01:00:30 +01:00
|
|
|
|
|
|
|
#endif
|