ox

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

utils.h (176B)



#pragma once

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

void softpanic(const char* fmt, ...);

void panic(const char* fmt, ...);
void panic_at(Node* node, const char* fmt, ...);