add more parses and fix minor memory leak
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef LEXER_H
|
||||
#define LEXER_H
|
||||
|
||||
#include "token.h"
|
||||
#include "../dynamic_array/darray.h"
|
||||
#include <stdio.h>
|
||||
@@ -11,3 +14,6 @@ typedef struct {
|
||||
} LexerState;
|
||||
|
||||
void lexer(LexerState state);
|
||||
|
||||
|
||||
#endif // LEXER_H
|
||||
Reference in New Issue
Block a user