mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Lexer partially working
This commit is contained in:
@@ -22,3 +22,4 @@ typedef struct {
|
||||
void initLexer(Lexer* lexer, char* source);
|
||||
Token scanLexer(Lexer* lexer);
|
||||
|
||||
void printToken(Token* token);
|
||||
Reference in New Issue
Block a user