Closed timbatt closed 3 years ago
Mainly added spaces around logical comparisons and variable assignments.
Potential error prevented on line 71 in is_number function by changing TokenType.integer to TokenType.tk_integer
is_number
TokenType.integer
TokenType.tk_integer
Oops I didn't realize that the TokenTypes were renamed XD. In that case TokenType.tk_integer will actually cause errors. My bad.
Mainly added spaces around logical comparisons and variable assignments.
Potential error prevented on line 71 in
is_number
function by changingTokenType.integer
toTokenType.tk_integer