# File lib/expression_parser/token.rb, line 28
    def initialize
      @kind = nil
      @value = nil
    end