made struct registration single pass
This commit is contained in:
parent
02dea8d3b8
commit
8f19852746
2 changed files with 8 additions and 13 deletions
1
sema.h
1
sema.h
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef SEMA_H
|
||||
#define SEMA_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "parser.h"
|
||||
#include "stb_ds.h"
|
||||
#include "utils.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue