format
This commit is contained in:
parent
931d14f35f
commit
e65557d40d
1 changed files with 8 additions and 7 deletions
3
lexer.c
3
lexer.c
|
@ -5,7 +5,8 @@
|
||||||
|
|
||||||
#include "lexer.h"
|
#include "lexer.h"
|
||||||
|
|
||||||
Token *lexer(char *buf){
|
Token *lexer(char *buf)
|
||||||
|
{
|
||||||
char *current = strdup(buf);
|
char *current = strdup(buf);
|
||||||
int current_index = 0, tokens_index = 0;
|
int current_index = 0, tokens_index = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue