summaryrefslogtreecommitdiff
path: root/tok_util.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2019-04-14 17:49:14 +1200
committerDavid Phillips <david@sighup.nz>2019-08-03 12:43:44 +1200
commit0b7bf68ade7a646377acbc7eb535ba1133d18475 (patch)
tree839737fbc628cae00a1fc2e56ff57fee5aa56d42 /tok_util.h
parent38e3922cf7f521d1e119cbeff8722f0d8ca4c66a (diff)
downloadtoy-cpu-assembler-0b7bf68ade7a646377acbc7eb535ba1133d18475.tar.xz
Factor out various lookup tables
Diffstat (limited to 'tok_util.h')
-rw-r--r--tok_util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tok_util.h b/tok_util.h
deleted file mode 100644
index 21d3d30..0000000
--- a/tok_util.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef TOK_UTIL
-#define TOK_UTIL
-
-#include "lex.h"
-
-const char * get_token_description(enum TOKEN_TYPE t);
-void indicate_file_area(FILE* fd, size_t line, size_t column, size_t span);
-
-#endif /* TOK_UTIL */