Started implementing the lexer
This commit is contained in:
@@ -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