more parsing tests, fixed more bugs
- we now handle incomplete structs properly - small fix in for loop printing
This commit is contained in:
parent
c548b12bbb
commit
d74dc53b0b
7 changed files with 4049 additions and 24 deletions
|
@ -72,6 +72,8 @@ global expressions_end
|
|||
; current rbp offset (where rsp is)
|
||||
global local_var_rbp_offset
|
||||
global function_param_names
|
||||
; set to 1 by parse_type_declarators if at least one function parameter has no name.
|
||||
global function_param_has_no_name
|
||||
|
||||
#include util.b
|
||||
#include idents.b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue