fix: compiling but not working -- need debug
This commit is contained in:
parent
1eecb1bd42
commit
04529f858c
4 changed files with 11 additions and 3 deletions
|
|
@ -35,6 +35,7 @@ struct ast *get_ast()
|
|||
token = pop_token();
|
||||
break;
|
||||
}
|
||||
token = peek_token();
|
||||
}
|
||||
|
||||
if (token == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue