implemented function prototype registration.
This commit is contained in:
parent
3ca2c2f009
commit
c8e88a6a98
3 changed files with 53 additions and 8 deletions
2
sema.h
2
sema.h
|
|
@ -54,7 +54,7 @@ typedef struct _type {
|
|||
typedef struct {
|
||||
char *name;
|
||||
type *type;
|
||||
type *parameters
|
||||
type **parameters;
|
||||
} prototype;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue