summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-01 01:00:54 +1200
committerDavid Phillips <david@sighup.nz>2018-08-01 01:00:54 +1200
commit645acc193a739ab771fb46e8ec2cf6cd87909597 (patch)
tree482c5d59220af7ae2cc8f34a860174f4b1affd01 /parser.h
parent96776c831e9d2fcbd69bc1e0faa16026c5ed25b0 (diff)
downloadhence-645acc193a739ab771fb46e8ec2cf6cd87909597.tar.xz
WIP: Implement more robust, separated lexer+parser passes
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 5c78b92..cf5c3b0 100644
--- a/parser.h
+++ b/parser.h
@@ -1 +1 @@
-int parse_line(char *line);
+int parse(struct token *);