ox

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

typer.h (125B)



#pragma once

#include <libgccjit.h>
#include "types.h"

void types_match_or_panic(Node*, gcc_jit_type* a, gcc_jit_type* b);