It all works! (except for mem leaks)

This commit is contained in:
2025-01-18 09:42:28 -05:00
parent 7343c3b9d9
commit 1e11b5921d
4 changed files with 31 additions and 10 deletions

View File

@@ -103,6 +103,12 @@ void ast_call_print(ASTCallData* data, int i) {
INDENT_END;
}
ASTVrefData* ast_vref_data_init(char* to) {
}
void ast_vref_data_destroy(ASTVrefData* vref) {}
void ast_vref_print(ASTVrefData* data, int i) {
INDENT_BEGIN(i);