diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-29 13:28:39 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-29 13:28:39 -0500 |
| commit | 8171a38b7130849e3049a4ea15a4fd06c154d9b0 (patch) | |
| tree | 7ec4b204e6600ac3dc553d9caadfc722d04d0c8c /typecheck.h | |
| parent | 764d9fe73b0c9da918d2ecf2c4031219a1fac5be (diff) | |
Add type namespaces
Diffstat (limited to 'typecheck.h')
| -rw-r--r-- | typecheck.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typecheck.h b/typecheck.h index bb6ed397..4df9a8a0 100644 --- a/typecheck.h +++ b/typecheck.h @@ -18,5 +18,6 @@ type_t *get_function_def_type(env_t *env, ast_t *ast); type_t *get_arg_type(env_t *env, arg_t *arg); type_t *get_arg_ast_type(env_t *env, arg_ast_t *arg); bool can_be_mutated(env_t *env, ast_t *ast); +type_t *parse_type_string(env_t *env, const char *str); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
