# File lib/expression_parser/lexer.rb, line 6
    def initialize(input)
      @input = input
      @return_previous_token = false
    end