Started implementing the lexer
This commit is contained in:
6
include/lexer/lexer_states.h
Normal file
6
include/lexer/lexer_states.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef LEXER_STATES_H
|
||||
#define LEXER_STATES_H
|
||||
|
||||
typedef struct lexer lexer_t;
|
||||
|
||||
#endif // !LEXER_STATES_H
|
||||
Reference in New Issue
Block a user