aboutsummaryrefslogtreecommitdiff
path: root/src/compile/compile.c
blob: 513e0e1a32a61a4d0c46f108284b718303fc8f68 (plain) (blame)
1
2
3
4
5
6
7
8
#include <ejit/ejit.h>
#include "../../deps/lightening/lightening/lightening.c"
#include "../common.h"

bool ejit_compile(struct ejit_func *f)
{
	return false;
}