ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

gen.h (171B)



#pragma once

#include <unistd.h> // for libgccjit
#include <libgccjit.h>

#include "types.h"

Gen gen_init(Scope*, const char*, Node*, bool);
void gen_next(Gen*, Node*);