rebasing lexer on dev
This commit is contained in:
commit
f226013955
2 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ struct token
|
|||
* @brief: returns the next (newly allocated) token without consuming it.
|
||||
* if end of input is reached, enters in EOF looping node,
|
||||
* returning only the same token of type TOKEN_EOF.
|
||||
* if end of input is reached, returns a token of type TOKEN_EOF.
|
||||
*/
|
||||
struct token *peek_token(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue