summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-01 21:55:36 +1200
committerDavid Phillips <david@sighup.nz>2018-08-01 21:55:40 +1200
commite22abc4eaf4f1446c6ac31e4b709cb5206d4fe3b (patch)
tree60c923bcf3b259f5480c820689d34ad3ff175abf /parser.h
parenteff2535b82ff36dda815ef57c385d7767692c3a5 (diff)
downloadhence-e22abc4eaf4f1446c6ac31e4b709cb5206d4fe3b.tar.xz
Add simple language test cases, fix empty line bug
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 6e28dbf..95a1fa8 100644
--- a/parser.h
+++ b/parser.h
@@ -1 +1,3 @@
+#include <stdio.h>
+
int parse(const char*, FILE*, struct token *);