summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-01 23:25:46 +1200
committerDavid Phillips <david@sighup.nz>2018-08-01 23:25:46 +1200
commiteee61ddbba165f772a0e720825dcf6810eaa2648 (patch)
treec9b238e386dfcf19f0c3244998efa8d2dc6d0a82 /parser.h
parente22abc4eaf4f1446c6ac31e4b709cb5206d4fe3b (diff)
downloadhence-eee61ddbba165f772a0e720825dcf6810eaa2648.tar.xz
Rename lexer and parser, fix compilation warnings
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/parser.h b/parser.h
deleted file mode 100644
index 95a1fa8..0000000
--- a/parser.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <stdio.h>
-
-int parse(const char*, FILE*, struct token *);