Reformat
This commit is contained in:
parent
38366141c5
commit
cec9ef24de
@ -14,7 +14,7 @@ struct Scanner {
|
||||
char peek();
|
||||
void add_token(TokenType type);
|
||||
void add_token(TokenType type, Object literal);
|
||||
void string();
|
||||
void string();
|
||||
|
||||
std::string code;
|
||||
std::vector<Token> tokens;
|
||||
|
Loading…
x
Reference in New Issue
Block a user