Integrated with newest TracingHeap, refactoring for functions

This commit is contained in:
vegowotenks 2025-01-12 17:40:09 +01:00
parent dfd2f81f3d
commit 702bb6f850
5 changed files with 67 additions and 52 deletions

View file

@ -60,4 +60,6 @@ typedef struct Token_s {
Token Tokenizer_NextToken(StringView* source, TokenContext* context);
const char* TokenType_ToString(enum TokenType type);
void Token_Print(Token* token);
#endif //header guard