From e4d080f598b8528d5200deccde279ff02ac5750e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 16:35:01 -0400 Subject: Move method calls into separate files --- src/compile/lists.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/lists.h') diff --git a/src/compile/lists.h b/src/compile/lists.h index b9bf74d6..4f39b392 100644 --- a/src/compile/lists.h +++ b/src/compile/lists.h @@ -3,3 +3,4 @@ #include "../stdlib/datatypes.h" Text_t compile_typed_list(env_t *env, ast_t *ast, type_t *list_type); +Text_t compile_list_method_call(env_t *env, ast_t *ast); -- cgit v1.2.3