implemented integer and float constant type inference
This commit is contained in:
parent
463ba71843
commit
989a32fa7b
3 changed files with 37 additions and 5 deletions
2
sema.h
2
sema.h
|
|
@ -12,7 +12,9 @@ typedef enum {
|
|||
TYPE_PTR,
|
||||
TYPE_SLICE,
|
||||
TYPE_FLOAT,
|
||||
TYPE_FLOAT_CONST,
|
||||
TYPE_INTEGER,
|
||||
TYPE_INTEGER_CONST,
|
||||
TYPE_UINTEGER,
|
||||
TYPE_STRUCT,
|
||||
TYPE_UNION,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue