Added back a way to stringify the TokenType. Updated the way the Parser syncs and added the start of parsing of opcodes.
This commit is contained in:
@@ -51,5 +51,6 @@ extern const Token TokenEmpty;
|
||||
|
||||
Token* TokenCreate(TokenType type, int lineNumber, int columnNumber, bool resolved);
|
||||
char* TokenStringify(const Token* token);
|
||||
void TokenTypeStringify(TokenType type, char buffer[32]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user