feat(lexer): comment handling + healthy changes
This commit is contained in:
parent
03e5305b56
commit
306b13308b
4 changed files with 28 additions and 14 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef LEXER_H
|
||||
#define LEXER_H
|
||||
|
||||
#include "lexer_utils.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "lexer_utils.h"
|
||||
/*
|
||||
* @brief: returns the next (newly allocated) token without consuming it.
|
||||
* if end of input is reached, returns a token of type TOKEN_EOF.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue