refactorin' (incapsulated CodegenContext from codegen.c)

This commit is contained in:
cozis
2022-08-13 17:42:37 +02:00
parent 1ee68745a6
commit ed02bbc9be
7 changed files with 412 additions and 361 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ void LabelList_Free(LabelList *list);
bool LabelList_SetLabel(LabelList *list, const char *name, size_t name_len, long long int value);
Promise *LabelList_GetLabel(LabelList *list, const char *name, size_t name_len);
size_t LabelList_GetUnresolvedCount(LabelList *list);
#endif /* LABELLIST_H */
#endif /* LABELLIST_H */