Added lexer, implemented tests build system

This commit is contained in:
2024-08-11 20:15:09 +10:00
parent 82f63013d8
commit a912b6a29c
10 changed files with 632 additions and 14 deletions

View File

@@ -21,5 +21,5 @@ typedef struct {
TOY_API void Toy_bindLexer(Toy_Lexer* lexer, const char* source);
TOY_API Toy_Token Toy_private_scanLexer(Toy_Lexer* lexer);
TOY_API void Toy_private_printToken(Toy_Token* token);
TOY_API void Toy_private_printToken(Toy_Token* token); //debugging