From 811f11463851a0f35835ac72ef09b65b1072de20 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 25 Sep 2025 20:05:19 -0400 Subject: Add runtime freezing, add defun and defmacro --- src/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h index 73c489a..f99a891 100644 --- a/src/parser.h +++ b/src/parser.h @@ -15,6 +15,6 @@ typedef struct { } pit_parser; pit_parser *pit_parser_from_lexer(pit_lexer *lex); -pit_value pit_parse(pit_runtime *rt, pit_parser *st); +pit_value pit_parse(pit_runtime *rt, pit_parser *st, bool *eof); #endif -- cgit v1.2.3