Integrated with newest TracingHeap, refactoring for functions
This commit is contained in:
parent
dfd2f81f3d
commit
702bb6f850
5 changed files with 67 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue