aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index 53558c8d..9dae2c74 100644
--- a/parse.h
+++ b/parse.h
@@ -1,5 +1,7 @@
#pragma once
+// Parsing logic
+
#include <setjmp.h>
#include "ast.h"
@@ -7,3 +9,5 @@
type_ast_t *parse_type_str(const char *str);
ast_t *parse_expression_str(const char *str);
ast_t *parse_file(file_t *file, jmp_buf *on_err);
+
+// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0