lib/sparkql/lexer.rb in sparkql-1.1.17 vs lib/sparkql/lexer.rb in sparkql-1.2.0
- old
+ new
@@ -14,12 +14,9 @@
@block_group_identifier = 0
@expression_count = 0
end
# Lookup the next matching token
- #
- # TODO the old implementation did value type detection conversion at a later date, we can perform
- # this at parse time if we want!!!!
def shift
@token_index = self.pos
token = case
when @current_token_value = scan(SPACE)