feat(lexer): finished
This commit is contained in:
parent
97b7240286
commit
745649df1c
2 changed files with 57 additions and 19 deletions
|
|
@ -30,6 +30,7 @@ char *new_token(char *begin, ssize_t size);
|
|||
* If it is, it calls stream_read() from IO_backend,
|
||||
* and sets [remaing_chars].
|
||||
* If not, it starts from the end of the last token.
|
||||
* Also trims left blanks before returning.
|
||||
*
|
||||
* @return: char* stream from which we tokenise.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue