From 8fdfe1150a2155da5ea9d458adc347c4a6de5ce1 Mon Sep 17 00:00:00 2001 From: Mustafa Quraish Date: Mon, 24 Jan 2022 11:41:31 -0500 Subject: Initial commit + start of lexer --- cup/utils.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cup/utils.h (limited to 'cup/utils.h') diff --git a/cup/utils.h b/cup/utils.h new file mode 100644 index 0000000..df6f56a --- /dev/null +++ b/cup/utils.h @@ -0,0 +1,6 @@ +#pragma once + +#include "tokens.h" + +void die(const char *fmt, ...); +void die_location(Location loc, const char *fmt, ...); \ No newline at end of file -- cgit v1.2.3