From ced54c291906ae84fc5d51fd8140818139965277 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2024 12:49:38 -0400 Subject: More file comments --- parse.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'parse.h') 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 #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 -- cgit v1.2.3