aboutsummaryrefslogtreecommitdiff
path: root/src/compile/tables.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 16:35:01 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 16:35:01 -0400
commite4d080f598b8528d5200deccde279ff02ac5750e (patch)
treef3a82306e82b1d8453a3c8d02fe7a06c0e355669 /src/compile/tables.h
parent5e82b074667627d1e6f44247396bae80f1c02fff (diff)
Move method calls into separate files
Diffstat (limited to 'src/compile/tables.h')
-rw-r--r--src/compile/tables.h1
1 files changed, 1 insertions, 0 deletions
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);