diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 16:35:01 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 16:35:01 -0400 |
| commit | e4d080f598b8528d5200deccde279ff02ac5750e (patch) | |
| tree | f3a82306e82b1d8453a3c8d02fe7a06c0e355669 /src/compile/lists.h | |
| parent | 5e82b074667627d1e6f44247396bae80f1c02fff (diff) | |
Move method calls into separate files
Diffstat (limited to 'src/compile/lists.h')
| -rw-r--r-- | src/compile/lists.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
