added pointer types resolution, type validity checks and void type
This commit is contained in:
parent
8f19852746
commit
3ca2c2f009
5 changed files with 51 additions and 14 deletions
2
parser.h
2
parser.h
|
|
@ -110,6 +110,8 @@ typedef enum {
|
|||
|
||||
#define PTR_SLICE 0x0
|
||||
#define PTR_RAW 0x1
|
||||
#define PTR_CONST 0x2
|
||||
#define PTR_VOLATILE 0x4
|
||||
|
||||
#define LOOP_WHILE 0x1
|
||||
#define LOOP_UNTIL 0x2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue