made struct registration single pass

This commit is contained in:
Lorenzo Torres 2025-12-05 15:23:21 +01:00
parent 02dea8d3b8
commit 8f19852746
2 changed files with 8 additions and 13 deletions

1
sema.h
View file

@ -1,6 +1,7 @@
#ifndef SEMA_H
#define SEMA_H
#include <stdbool.h>
#include "parser.h"
#include "stb_ds.h"
#include "utils.h"