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/tables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/tables.h') diff --git a/src/compile/tables.h b/src/compile/tables.h index c8c19cb1..579c313f 100644 --- a/src/compile/tables.h +++ b/src/compile/tables.h @@ -4,3 +4,4 @@ #include "../types.h" Text_t compile_typed_table(env_t *env, ast_t *ast, type_t *table_type); +Text_t compile_table_method_call(env_t *env, ast_t *ast); -- cgit v1.2.3