ast_function* ast_function_new(lex_ctx ctx, const char *name, ast_value *vtype);
/* This will NOT delete the underlying ast_value */
void ast_function_delete(ast_function*);
-/* TODO: for better readability in dumps, this should take some kind of
- * value prefix...
- * For "optimized" builds this can just keep returning "foo"...
+/* For "optimized" builds this can just keep returning "foo"...
* or whatever...
*/
const char* ast_function_label(ast_function*, const char *prefix);